Merge "Fix notification_driver option"
This commit is contained in:
commit
6bbb995f8b
@ -126,7 +126,11 @@ memcached_servers = {{ memcached_servers }}
|
||||
instance_usage_audit = True
|
||||
instance_usage_audit_period = hour
|
||||
notify_on_state_change = vm_and_task_state
|
||||
notification_driver = messagingv2
|
||||
{% endif %}
|
||||
|
||||
{% if nova_ceilometer_enabled %}
|
||||
[oslo_messaging_notifications]
|
||||
driver = messagingv2
|
||||
{% endif %}
|
||||
|
||||
# Cinder
|
||||
@ -242,7 +246,6 @@ rabbit_virtual_host = {{ nova_rabbitmq_vhost }}
|
||||
rabbit_hosts = {{ nova_rabbitmq_servers }}
|
||||
rabbit_use_ssl = {{ nova_rabbitmq_use_ssl }}
|
||||
|
||||
|
||||
{% if nova_virt_type == 'ironic' %}
|
||||
[ironic]
|
||||
# TODO(mrda): These should be changed to support the Keystone v3 API
|
||||
|
Loading…
x
Reference in New Issue
Block a user