trove/releasenotes/notes/fix-apply-configuration-on-prepare-4cff827b7f3c4d33.yaml
Craig Vyvial a5dd762cf0 updating the release notes from mitaka commits
Change-Id: I360c32c686161cf7bdd8afa1971a06c9ae2aa664
Author: Craig Vyvial <cp16net@gmail.com>
Co-Authored-By: Amrith Kumar <amrith@tesora.com>
2016-03-17 23:14:16 -04:00

11 lines
461 B
YAML

---
fixes:
- If given, apply the configuration overrides in prepare,
just before creating initial users and/or databases.
Failure to apply the given configuration should flip the
instance into a failed state.
Default implementation saves the overrides and
restarts the database service to apply the changes.
Datastores that do not require restart may potentially override
the base implementation in 'apply_overrides_on_prepare()'.