
This patch imports database content from nova as first step. I will check and update the configuration options for all service on the following patch. Change-Id: I7beba01709d8efe6791bdf8d0bfa64570edf2c2c Implements: blueprint config-ref-common-sections
462 B
462 B
Database configuration
You can configure OpenStack Compute to use any SQLAlchemy-compatible database.
To ensure that the database schema is current, run the following command:
# SERVICE-manage db sync
To configure the connection string for the database, use the
configuration option settings documented in the table common-database
.