From 4336dd8fbee0748eed5e3c1d2eb80c56133125e5 Mon Sep 17 00:00:00 2001 From: Shannon Mitchell Date: Wed, 7 Mar 2018 11:12:19 -0600 Subject: [PATCH] Fix broken linuxbridge-agent config for the flat network in osa-ops mnaio It looks like the host_bind_override isn't being set for the flat network. This results in the neutron linuxbridge agent to error out when trying to attach to br-flat instead of eth2. If attaching a device to the GATEWAY_NET network, they will be unable to communicate. Change-Id: Ia8de61011677ec1a7d9683fdff3c3d5848e85c2e Closes-Bug: 1754097 --- multi-node-aio/playbooks/osa/openstack_user_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/multi-node-aio/playbooks/osa/openstack_user_config.yml b/multi-node-aio/playbooks/osa/openstack_user_config.yml index f2a15322..a56cc1b1 100644 --- a/multi-node-aio/playbooks/osa/openstack_user_config.yml +++ b/multi-node-aio/playbooks/osa/openstack_user_config.yml @@ -42,6 +42,7 @@ global_overrides: container_bridge: "br-flat" container_type: "veth" container_interface: "eth12" + host_bind_override: "eth2" type: "flat" net_name: "flat" group_binds: