fed468a1d9
A typo was made in the original change [1]. This fixes it. [1] Ie43a69be8b75250d9deca6a911eda7b722ef8648 Change-Id: I23d25cf432a98fa34fa5bcf47d6cdacd28331f0c
11 lines
421 B
YAML
11 lines
421 B
YAML
---
|
|
features:
|
|
- |
|
|
A configuration setting ``[placement_database]/sync_on_startup`` is added
|
|
which, if set to ``True``, will cause database schema migrations to be
|
|
called when the placement web application is started. This avoids the need
|
|
to call ``placement-manage db sync`` separately.
|
|
|
|
To preserve backwards compatibility and avoid unexpected changes, the
|
|
default of the setting is ``False``.
|