Fix manila haproxy manage
In manila playbook we incorrectly defined haproxy backend name. This wasn't catched by CI since we do single node deployment. Closes-Bug: #1947026 Change-Id: I924504060179542bd2347b5155f70795d065381b
This commit is contained in:
parent
5505d4a146
commit
78d9a8596a
@ -45,7 +45,7 @@
|
||||
# the load balancer back end for this container.
|
||||
- include_tasks: common-tasks/haproxy-endpoint-manage.yml
|
||||
vars:
|
||||
haproxy_backend: manila_api-back
|
||||
haproxy_backend: manila-back
|
||||
haproxy_state: disabled
|
||||
when:
|
||||
- "'manila_api' in group_names"
|
||||
@ -64,7 +64,7 @@
|
||||
# to available again.
|
||||
- include_tasks: common-tasks/haproxy-endpoint-manage.yml
|
||||
vars:
|
||||
haproxy_backend: manila_api-back
|
||||
haproxy_backend: manila-back
|
||||
haproxy_state: enabled
|
||||
when:
|
||||
- "'manila_api' in group_names"
|
||||
|
Loading…
Reference in New Issue
Block a user