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
This commit is contained in:
parent
2705d67fa1
commit
d9fc4c6f40
@ -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 }}'
|
||||
|
Loading…
Reference in New Issue
Block a user