<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi all,<div>I am deploying openstack-ansible in test environment where I need to use br-mgmt bridge for both storage and management traffic (same bridge for both) so that container interfaces eth1 and eth2 will connect to br-mgmt for mgmt and storage traffic at same time.Does it make sense if I ll setup provider networks openstack_user_config.yml as below?</div><div><br></div><div><div> tunnel_bridge: "br-vxlan" //separate bridge for vxlan though</div><div>  management_bridge: "br-mgmt"</div><div><br></div><div>  provider_networks:</div><div>    - network:</div><div>        container_bridge: "br-mgmt"</div><div>        container_type: "veth"</div><div>        container_interface: "eth1"</div><div>        ip_from_q: "container"</div><div>        type: "raw"</div><div>        group_binds:</div><div>          - all_containers</div><div>          - hosts</div><div>        is_container_address: true</div><div>        is_ssh_address: true</div></div><div><br></div><div><br></div><div><div> - network:</div><div>        container_bridge: "br-mgmt"</div><div>        container_type: "veth"</div><div>        container_interface: "eth2"</div><div>        ip_from_q: "storage"</div><div>        type: "raw"</div><div>        group_binds:</div><div>          - glance_api</div><div>          - cinder_api</div><div>          - cinder_volume</div><div>          - nova_compute</div></div><div><br clear="all"><div>Help would be appreciated.</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><font color="#000000" style="font-size:12.8px">Greetings,</font></div><div dir="ltr"><span style="color:rgb(0,0,0);font-size:12.8px">Jawad Ahmed</span><div style="color:rgb(136,136,136);font-size:12.8px"><br></div></div></div></div></div></div></div></div></div></div>