Revert messaging template name

The naming issue with k8s configmaps keys already fixed:
 https://review.openstack.org/#/c/418946/

So, we can revert the template name back to oslo_messaging

Change-Id: I6267e0fe362299bb01836643bc3b6a201a73da78
Depends-On: I5224f93a605594a41b527ab0f549bd39545931f5
This commit is contained in:
kbespalov 2017-01-13 13:31:48 +03:00
parent 764ee0455f
commit ee9de0a2b3
2 changed files with 2 additions and 2 deletions

View File

@ -67,4 +67,4 @@ disk_formats = raw
driver = {{ searchlight.notification_driver }}
{%- endif %}
{{ oslomessaging[messaging.backend.notifications]('notifications_config') }}
{{ oslo_messaging[messaging.backend.notifications]('notifications_config') }}

View File

@ -31,4 +31,4 @@ flavor = keystone
driver = {{ searchlight.notification_driver }}
{%- endif %}
{{ oslomessaging[messaging.backend.notifications]('notifications_config') }}
{{ oslo_messaging[messaging.backend.notifications]('notifications_config') }}