Fix magnum default service type
Magnum default service type changed from "container" to "container-infra". It is recommended to update the service type at Keystone service catalog accordingly. Closes-Bug: #1600163 Change-Id: Ief1fed0ef15ab1b86a9500d9a7557828f8e6afc4
This commit is contained in:
parent
04f4e074c1
commit
9bd7136c18
@ -3,7 +3,7 @@
|
||||
command: docker exec -t kolla_toolbox /usr/bin/ansible localhost
|
||||
-m kolla_keystone_service
|
||||
-a "service_name=magnum
|
||||
service_type=container
|
||||
service_type=container-infra
|
||||
description='Openstack Container Service'
|
||||
endpoint_region={{ openstack_region_name }}
|
||||
url='{{ item.url }}'
|
||||
|
Loading…
Reference in New Issue
Block a user