placement/releasenotes/notes/db-auto-sync-e418f3f181958c7c.yaml
Chris Dent fed468a1d9 Fix typo in db-auto-sync release note
A typo was made in the original change [1]. This fixes it.

[1] Ie43a69be8b75250d9deca6a911eda7b722ef8648

Change-Id: I23d25cf432a98fa34fa5bcf47d6cdacd28331f0c
2019-03-04 22:18:21 +00:00

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``.