Merge "Glance: Fix typo in notifier-strategy"
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user