Fixup notification option

This commit is contained in:
James Page 2014-04-21 08:45:09 +01:00
parent 57cf231ee0
commit 64bb74a77d
2 changed files with 7 additions and 1 deletions

View File

@ -30,7 +30,10 @@ registry_client_protocol = http
{% include "parts/rabbitmq-single" %}
{% if rabbitmq_host or rabbitmq_hosts -%}
notifier_strategy = rabbit
{% endif -%}
filesystem_store_datadir = /var/lib/glance/images/
{% if swift_store %}

View File

@ -32,7 +32,10 @@ registry_client_protocol = http
{% include "parts/rabbitmq" %}
notifier_strategy = rabbit
{% if rabbitmq_host or rabbitmq_hosts -%}
notification_driver = rabbit
{% endif -%}
filesystem_store_datadir = /var/lib/glance/images/
{% if swift_store -%}