Update murano service name

In Mitaka, the service name must have a dash rather than underscore when using
the sql catalog driver in Keystone[0] (the default).

This works for upgrade also, though further improvements could be written to
remove the old endpoint from Keystone, and automatically chose a dash or
underscore based on driver type used.

[0] http://docs.openstack.org/releasenotes/murano/mitaka.html#upgrade-notes

Change-Id: I15a03370afdad6529eec51a206b6134bf80b283d
Closes-Bug: 1576152
(cherry picked from commit d9fc4c6f40)
This commit is contained in:
Paul Bourke 2016-04-28 14:43:42 +01:00 committed by Bartłomiej Daca
parent bddfb264e7
commit abf26b36bc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
command: docker exec -t kolla_toolbox /usr/bin/ansible localhost
-m kolla_keystone_service
-a "service_name=murano
service_type=application_catalog
service_type=application-catalog
description='Openstack Application Catalogue'
endpoint_region={{ openstack_region_name }}
url='{{ item.url }}'