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: Ife5023bc4752cf3c2d7221f9f8772990c6bc09df
Change-Id: I30b2b269deb7eb68b7d7d7de1a935b4b5b7bf494
This commit is contained in:
ZhijunWei 2018-06-23 00:01:44 -04:00 committed by Mohammed Naser
parent 805888d694
commit 2da93de836
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ haproxy_default_services:
- service:
haproxy_service_name: keystone_admin
haproxy_backend_nodes: "{{ groups['keystone_all'] | default([]) }}"
haproxy_port: 35357
haproxy_port: 5000
haproxy_balance_type: "http"
haproxy_backend_options:
- "httpchk HEAD /"