Merge "Glance: Fix typo in notifier-strategy"

This commit is contained in:
Jenkins
2014-04-29 21:45:30 +00:00
committed by Gerrit Code Review

View File

@@ -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}}