Replace port 35357 with 5000

Now that the v2.0 API has been removed, we don't have a reason to
include deployment instructions for two separate applications on
different ports.

Depends-On: I3df2c670beeb78baaa1515bcd27e8f2b0d95b3a9
Change-Id: I495f7649ee0200ac5e62dd4d62840a74fe1a8ef8
This commit is contained in:
ZhijunWei 2018-06-23 00:00:27 -04:00 committed by Mohammed Naser
parent 5a163fc36e
commit ef28dc441f

View File

@ -21,7 +21,7 @@
keystone_service_internaluri_insecure: false
keystone_service_internaluri: "http://{{ internal_lb_vip_address }}:5000"
keystone_service_internalurl: "{{ keystone_service_internaluri }}/v3"
keystone_service_adminuri: "http://{{ internal_lb_vip_address }}:35357"
keystone_service_adminuri: "http://{{ internal_lb_vip_address }}:5000"
keystone_service_adminurl: "{{ keystone_service_adminuri }}/v3"
openrc_os_password: "{{ keystone_auth_admin_password }}"
openrc_os_domain_name: "Default"