<div dir="ltr">It sounds like you may have `share_dhcp_address` set to True in your nova.conf:<div><br></div><div><a href="https://github.com/openstack/nova/blob/master/etc/nova/nova.conf.sample#L1231-L1235">https://github.com/openstack/nova/blob/master/etc/nova/nova.conf.sample#L1231-L1235</a><br>

</div><div><br></div><div>Dave</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 24, 2014 at 7:22 AM, Sascha Vogt <span dir="ltr"><<a href="mailto:sascha.vogt@gmail.com" target="_blank">sascha.vogt@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I have a Multi-Node, Single-NIC setup. All machines only have a single<br>
NIC. I created a virtual network (using gretap tunnels - aka<br>
layer2-over-layer3 tunnel) to connect all machines and have one br-int<br>
bridge which all VMs are attached to.<br>
<br>
nova-network runs on all machines and correctly binds dnsmasq to the<br>
hosts bridge itself, though I noticed that each host-bridge gets the .1<br>
IP. This seems to work, because dnsmasq is configured by nova-network to<br>
only answer to DHCP requests the specific instance has a MAC address<br>
for, though I find it a bit irritating.<br>
<br>
I try to give a picture of it:<br>
<br>
controller<br>
    - br-int (dnsmasq with .1 address)<br>
        - gretap tunnel to compute-1 (using the static IPs of eth0)<br>
        - gretap tunnel to compute-2 (using the static IPs of eth0)<br>
        - vnet1-n (instances running on this host)<br>
    - eth0 (routes between external network and br-int, NAT / ip<br>
            forwarding active, static IP used also for OpenStack<br>
            managing)<br>
<br>
compute-1<br>
    - br-int (dnsmasq with .1 address)<br>
        - gretap tunnel to controller (using the static IPs of eth0)<br>
        - vnet1-n (instances running on this host)<br>
    - eth0 (OpenStack managing)<br>
<br>
compute-2<br>
    - br-int (dnsmasq with .1 address)<br>
        - gretap tunnel to controller (using the static IPs of eth0)<br>
        - vnet1-n (instances running on this host)<br>
    - eth0 (OpenStack managing)<br>
<br>
I'm using the FlatDHCPManager, and if you substitue eth0/the-switch in<br>
this picture<br>
<a href="http://www.mirantis.com/wp-content/uploads/2012/07/flat-dhcp-networking-diagrams-4.png" target="_blank">http://www.mirantis.com/wp-content/uploads/2012/07/flat-dhcp-networking-diagrams-4.png</a><br>
with the gretap tunnels I basically have that topology. In that picture<br>
the dnsmasqs/br100 have different IPs. How did they get that? ;)<br>
<br>
Greetings<br>
-Sascha-<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div><br></div>