Tactical fix to make designate work

This commit is contained in:
Liam Young 2016-01-19 08:57:10 +00:00
parent 7747f7f997
commit 100779616b
1 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,12 @@ volume_api_class = nova.volume.cinder.API
instances_path = {{ instances_path }}
{% endif -%}
notification_driver=messaging
notification_topics = notifications_designate
notify_on_state_change = vm_and_task_state
instance_usage_audit_period = hour
instance_usage_audit = true
{% if sections and 'DEFAULT' in sections -%}
{% for key, value in sections['DEFAULT'] -%}
{{ key }} = {{ value }}