1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# ### database configuration ###
Template: ospt/configure_db
Type: boolean
Default: false
_Description: Set up a database for this package?
No database has been set up for this package. Before continuing, you should
make sure you have the following information:
.
* the type of database that you want to use - generally the MySQL backend
(which is compatible with MariaDB) is a good choice, and other
implementations like PostgreSQL or SQLite are often problematic with
OpenStack (this depends on the service);
* the database server hostname (that server must allow TCP connections from
this machine);
* a username and password to access the database.
.
Note that if you plan on using a remote database server, you must first
configure dbconfig-common to do so (using dpkg-reconfigure dbconfig-common),
and the remote database server needs to be configured with adequate
credentials.
.
If some of these requirements are missing, do not choose this option. Run
with regular SQLite support instead.
.
You can change this setting later on by running "dpkg-reconfigure -plow".
|