Fix Congress Service Type
Set service type to "policy" Fix service description Change-Id: I1b4077b832a53385a5d4576544e7bfe4805b308a Closes-Bug: #1765054
This commit is contained in:
parent
cbb13ce522
commit
95ad305795
@ -4,8 +4,8 @@
|
||||
module_name: "kolla_keystone_service"
|
||||
module_args:
|
||||
service_name: "congress"
|
||||
service_type: "application_catalog"
|
||||
description: "Openstack Application Catalog"
|
||||
service_type: "policy"
|
||||
description: "Congress Service"
|
||||
endpoint_region: "{{ openstack_region_name }}"
|
||||
url: "{{ item.url }}"
|
||||
interface: "{{ item.interface }}"
|
||||
|
Loading…
Reference in New Issue
Block a user