0075570d41
Change-Id: Icd2dafb8447c5f4336a287828f4d0d6654d51f4b
18 lines
466 B
ReStructuredText
18 lines
466 B
ReStructuredText
=======================
|
|
Database configurations
|
|
=======================
|
|
|
|
You can configure OpenStack services to use any SQLAlchemy-compatible database.
|
|
|
|
To ensure that the database schema is current, run the following command:
|
|
|
|
.. code-block:: console
|
|
|
|
# SERVICE-manage db sync
|
|
|
|
To configure the connection string for the database,
|
|
use the configuration option settings documented in the table
|
|
:ref:`common-database`.
|
|
|
|
.. include:: ../tables/common-database.rst
|