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.
|
# the load balancer back end for this container.
|
||||||
- include_tasks: common-tasks/haproxy-endpoint-manage.yml
|
- include_tasks: common-tasks/haproxy-endpoint-manage.yml
|
||||||
vars:
|
vars:
|
||||||
haproxy_backend: manila_api-back
|
haproxy_backend: manila-back
|
||||||
haproxy_state: disabled
|
haproxy_state: disabled
|
||||||
when:
|
when:
|
||||||
- "'manila_api' in group_names"
|
- "'manila_api' in group_names"
|
||||||
@ -64,7 +64,7 @@
|
|||||||
# to available again.
|
# to available again.
|
||||||
- include_tasks: common-tasks/haproxy-endpoint-manage.yml
|
- include_tasks: common-tasks/haproxy-endpoint-manage.yml
|
||||||
vars:
|
vars:
|
||||||
haproxy_backend: manila_api-back
|
haproxy_backend: manila-back
|
||||||
haproxy_state: enabled
|
haproxy_state: enabled
|
||||||
when:
|
when:
|
||||||
- "'manila_api' in group_names"
|
- "'manila_api' in group_names"
|
||||||
|
Loading…
Reference in New Issue
Block a user