Account for oslo_config deprecation in cinder.conf template

oslo_config is logging 'Option "notification_topics" from group "DEFAULT" is
deprecated. Use option "topics" from group "oslo_messaging_notifications"'

Change-Id: I71048252eb39857229d2a712b27fab732c35326e
This commit is contained in:
Travis Truman 2016-03-09 14:29:50 -05:00
parent d0d0ac6a3c
commit e9c5b96a5e
1 changed files with 2 additions and 2 deletions

View File

@ -93,9 +93,9 @@ default_volume_type = {{ cinder_default_volume_type }}
{% if cinder_backends is defined %}
enabled_backends={% for backend in cinder_backends|dictsort %}{{ backend.0 }}{% if not loop.last %},{% endif %}{% endfor %}
#cinder configurations
{% if cinder_ceilometer_enabled %}
notification_driver = messagingv2
[oslo_messaging_notifications]
driver = messagingv2
{% endif %}
# All given backend(s)