<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 14, 2012, at 1:24 PM, Kurt Scholtens <<a href="mailto:burnbrighter@hotmail.com">burnbrighter@hotmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif; "><div>Any takers?</div><div><br></div><span id="OLK_SRC_BODY_SECTION"><div style="font-family: Courier; font-size: 14pt; text-align: left; border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0in; border-top-color: rgb(181, 196, 223); position: static; z-index: auto; "><span class="Apple-style-span" style="font-size: 14px; font-family: Calibri, sans-serif; ">I am looking for guidance on my current deployment.   Let me start by saying, it works.  That being said, I want to ensure what I am doing makes sense because I'm slightly confused by the networking.  Specifically, the bridging doesn't make sense at all.  If you look at my bridging below, it appears both my public network (192.168.12.x) and my host to host management network (10.0.5.x) are getting bridged on br100.  More precisely it appears my FIXED_NETWORK (11.0.4.x) as well as my public network aka FLOATING_RANGE are getting bridged to  br100.  I do access my openstack hosts on 192.168.12.x as well as my openstack instances on this network.  I just am not understanding the networking for this set up, even though it works.  </span></div></span></div></blockquote></div><br><div>If you want the floating ips on a different interface (say eth1) you can use:</div><div><br></div><div>PUBLIC_INTERFACE=eth1</div><div><br></div><div>devstack defaults PUBLIC_INTERFACE to br100 because that is the only way to make it work if you have a single interface and you don't set up vlans. with multiple interfaces and vlans, generally you put public_interface and flat_interface on different devices.</div><div><br></div><div>Vish</div></body></html>