diff --git a/elements/glance/os-config-applier/etc/glance/glance-api.conf b/elements/glance/os-config-applier/etc/glance/glance-api.conf index 130b30aa6..38f947b7b 100644 --- a/elements/glance/os-config-applier/etc/glance/glance-api.conf +++ b/elements/glance/os-config-applier/etc/glance/glance-api.conf @@ -31,13 +31,13 @@ known_stores = glance.store.filesystem.Store, # Strategy to use for Glance notification queue # New style hierarchic (glance.api) params {{#glance.api.notifier-strategy}} -notifier_strategy = {{glance.api.notifer-strategy}} +notifier_strategy = {{glance.api.notifier-strategy}} {{/glance.api.notifier-strategy}} # Old style non-hierarchic (glance.) params # TODO: Remove once .json and .yaml files have # been updated to use the new style. {{#glance.notifier-strategy}} -notifier_strategy = {{glance.notifer-strategy}} +notifier_strategy = {{glance.notifier-strategy}} {{/glance.notifier-strategy}} {{#glance.api.default-log-levels}}