Fixup notification option
This commit is contained in:
parent
57cf231ee0
commit
64bb74a77d
@ -30,7 +30,10 @@ registry_client_protocol = http
|
|||||||
|
|
||||||
{% include "parts/rabbitmq-single" %}
|
{% include "parts/rabbitmq-single" %}
|
||||||
|
|
||||||
|
{% if rabbitmq_host or rabbitmq_hosts -%}
|
||||||
notifier_strategy = rabbit
|
notifier_strategy = rabbit
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
filesystem_store_datadir = /var/lib/glance/images/
|
filesystem_store_datadir = /var/lib/glance/images/
|
||||||
|
|
||||||
{% if swift_store %}
|
{% if swift_store %}
|
||||||
|
@ -32,7 +32,10 @@ registry_client_protocol = http
|
|||||||
|
|
||||||
{% include "parts/rabbitmq" %}
|
{% include "parts/rabbitmq" %}
|
||||||
|
|
||||||
notifier_strategy = rabbit
|
{% if rabbitmq_host or rabbitmq_hosts -%}
|
||||||
|
notification_driver = rabbit
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
filesystem_store_datadir = /var/lib/glance/images/
|
filesystem_store_datadir = /var/lib/glance/images/
|
||||||
|
|
||||||
{% if swift_store -%}
|
{% if swift_store -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user