-
Notifications
You must be signed in to change notification settings - Fork 0
Command line parameters
piken edited this page Nov 5, 2010
·
2 revisions
Command line parameters:
nova-install [options] [distribution:release]
Options:
--with-mysql - Use MySQL with Nova
--mysql-user=[username] - Default: nova - Set the MySQL Username
--mysql-password=[password] - Default: nova - Set the MySQL Password
--network-interface=[interface] - Default: eth0 - Set the Network Interface
--with-ldap - Use LDAP Authentication
--branch=[branch] - Set a Launchpad Nova Branch to use
--manifest-host=[host] - Set host name to retrieve manifests from
--libvirt-type=[type] - Default: qemu - Set libvirt-type to use
--test-install - Run tests after install
Example:
nova-install --with-mysql --manifest-host=https://github.com/piken/unified-install/raw/master/src ubuntu:10.04