1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Template: novaapi/configure_db
Type: boolean
Default: false
_Description: Set up a database for Nova API?
No database has been set up for Nova to use. If you want
to set one up now, please make sure you have all needed
information:
.
* the host name of the database server (which must allow TCP
connections from this machine);
* a username and password to access the database;
* the type of database management software you want to use.
.
If you don't choose this option, no database will be set up and Nova
will use regular SQLite support.
.
You can change this setting later on by running "dpkg-reconfigure
-plow nova-api".
|