Comment 3 for bug 1669743

Revision history for this message
Oleksiy Molchanov (omolchanov) wrote : Re: [tags] Unable to deploy controller with removed tag 'rabbitmq'

After further investigation we found out that in this env haproxy is not deployed, because there is no haproxy_vip.

<% # If we have no VIPs with 'haproxy' namespace, then we're using external LB
if @vips.select{|key, hash| hash['namespace'] == 'haproxy' }.length == 0
 globals.store "external_lb", true
else
 globals.store "external_lb", false
end -%>

https://github.com/openstack/fuel-qa/blob/stable/newton/fuelweb_test/tests/tests_lcm/test_tags.py#L246-L321