Comment 60 for bug 1953165

Revision history for this message
Florian Engelmann (engelmann) wrote :

Hi Bence and Brian,

I will test the new patch asap.
Just a small note: it is not a compile option regarding haproxy. It is just a configuration parameter.

Please see the patch of the haproxy.conf template inside the neutron driver code:

diff --git a/neutron/agent/metadata/driver.py b/neutron/agent/metadata/driver.py
index 0b23879354..bbc5569e29 100644
--- a/neutron/agent/metadata/driver.py
+++ b/neutron/agent/metadata/driver.py
@@ -144,7 +144,7 @@ class HaproxyConfigurator(object):
         }
         if self.host_v6 and self.bind_interface:
             cfg_info['bind_v6_line'] = (
- 'bind %s:%s interface %s' % (
+ 'bind %s:%s interface %s transparent' % (
                     self.host_v6, self.port, self.bind_interface)
             )
         # If using the network ID, delete any spurious router ID that might Hide