openstack-ansible/playbooks/common-playbooks
Logan V 83f0bdaeeb Avoid using loop_var in endpoint manage
When the OSA connection plugin is used on older ansible versions,
and when haproxy runs in a container, a bug exists where the loop_var
fails to properly delegate the task to the haproxy container.

We can avoid using loop_var in the delegation of the task by simply
moving the loop_var up one level so that the endpoint-manage task
file can use {{ item }}.

This was introduced in the commit:
a8a8098394 (diff-db999e390dd84f2a8c2a48b19aa9533f)

Fixes-Bug: #1790779
Change-Id: I17dafb283e41ce05083ae4adb3a325aaca0253dd
(cherry picked from commit 63f5d0e4fa)
2018-09-19 03:18:23 +00:00
..
cinder.yml Avoid using gather_facts as a variable 2017-12-15 20:03:53 +00:00
glance.yml Avoid using gather_facts as a variable 2017-12-15 20:03:53 +00:00
neutron.yml Avoid using gather_facts as a variable 2017-12-15 20:03:53 +00:00
nova.yml Avoid using loop_var in endpoint manage 2018-09-19 03:18:23 +00:00