Hi Doude,<div><br></div><div>I was dealing with another issue caused by this NULL 'host', and Dan told me that has been fixed:</div><div><a href="https://github.com/openstack/nova/commit/43f2492175d11a3f8ea4198e65b2a6a6b38cbbb6" target="_blank">https://github.com/openstack/nova/commit/43f2492175d11a3f8ea4198e65b2a6a6b38cbbb6</a></div>
<div><br></div><div>I haven't verified, though. Good luck.</div><div><br></div><div>Best,</div><div>Tomoe</div><div>

<br><div class="gmail_quote">On Thu, Mar 1, 2012 at 10:11 PM, Doude <span dir="ltr"><<a href="mailto:doudouyam@gmail.com" target="_blank">doudouyam@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,<br><br>I tested it with Quantum and I confirm the field 'host' in the 'network' table stays empty.<br>Someone filled a bug for that ?<span><font color="#888888"><br><br>Doude.</font></span><div>
<div><br><br><div class="gmail_quote">On Tue, Feb 28, 2012 at 8:06 AM, Vishvananda Ishaya <span dir="ltr"><<a href="mailto:vishvananda@gmail.com" target="_blank">vishvananda@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">...<div>At least that is the case for nova-network without quantum.  I don't know if using Quantum leads to a different result.</div>



<div><br></div><div>Vish</div><div><br><div><div><div>On Feb 27, 2012, at 9:49 PM, Yapeng Wu wrote:</div><br></div><blockquote type="cite"><div><div><div><div>Hello, Brad,<br><br>I read your reply to Darragph's email:<br>



"Another thing to check .. when I run devstack by default my network<br>
doesn't get associated with a host [host is NULL in the database].<br>
Make sure the host for that network is set to the hostname of the<br>
compute node."<br><br>I found that when I use "nova-manage network create" CLI command, the host is NULL in the database as well.<br>Is this a bug? Where would this "host" field get updated?<br><br>



Thanks,<br>Yapeng<br><br><br></div><div><br>On Feb 27, 2012, at 04:02 PM, Yapeng Wu <<a href="mailto:yapengwu@me.com" target="_blank">yapengwu@me.com</a>> wrote:<br><br><div><blockquote type="cite"><div><div>Hello, Darragh,</div>



<div><br></div><div>I...</div></div></blockquote><span> </span><br><br><blockquote type="cite"><div><div></div><div>2) For the second problem: command line issue, I found that it was due to the code in nova/network/manager.py, line 435 to 452:</div>



<div><pre style="word-wrap:break-word;white-space:pre-wrap">        if network['multi_host']:
            instance = self.db.instance_get(context, fixed_ip['instance_id'])
            host = instance['host']
        else:
            host = network['host']
</pre><pre style="word-wrap:break-word;white-space:pre-wrap">        interface = floating_ip['interface']
        if host == self.host:
            # i'm the correct host
            self._associate_floating_ip(context, floating_address,
                                        fixed_address, interface)
        else:
            # send to correct host
            rpc.cast(context,
                     self.db.queue_get_for(context, FLAGS.network_topic, host),
                     {'method': '_associate_floating_ip',
                      'args': {'floating_address': floating_address,
                               'fixed_address': fixed_address,
                               'interface': interface}})
</pre><br>The "host" should be self.host in this case, but not. So it calls rpc.cast. I thought host is read from the database by the 'instance_id'? I am not sure. If I "hacked" the code by calling self._associate_floating_ip directly, associate floating ip works.</div>



<div><br></div><div>Maybe someone familiar with nova-network code could help us on this.</div><div><br></div><div>Yapeng</div><div><br></div><div><br></div><div><br>On Feb 27, 2012, at 12:18 PM, Dan Wendlandt <<a href="mailto:dan@nicira.com" target="_blank">dan@nicira.com</a>> wrote:<br>



<br></div><div><blockquote type="cite"><div>Hi Darragh,<div><br></div><div>Thanks for the detailed write-up.  Would be great if you could take this content and create a bug on launchpad.  We'll look into this.  </div>



<div><br></div><div>On a related note.  The check in stack.sh to avoid creating a floating IP pool if quantum is enabled is no longer valid, now that Quantum Manager does (or at least intends to :P ) support floating IPs.  But rather than remove it, it may be good to just change to the check to avoid creating floating IPs if melange is enabled, as Quantum Manager's current floating IP support requires using the traditional Nova IPAM, not Melange. </div>



<div><br></div><div>Dan</div><div><br><br><div class="gmail_quote">On Mon, Feb 27, 2012 at 6:38 AM, Darragh OReilly <span dir="ltr"><<a href="mailto:darragh.oreilly@yahoo.com" target="_blank">darragh.oreilly@yahoo.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><br></div><div><br></div><div><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">When I try to associate a floating IP from the dash I get:</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">Error: Error associating Floating IP: Associate floating ip failed (HTTP 500)</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">>From the command line I don't get any errors or exceptions on any of the screens after </span><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">nova add-floating-ip</span><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">, but the association does not happen. Are these steps right? <br>



 </span></div><div><span style="font-family:Courier New,courier,monaco,monospace,sans-serif"><br></span></div><div><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">thanks Darragh</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



</div><div><br></div><div><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ cat localrc</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">LOGFILE=stacklog</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">MYSQL_PASSWORD=nova</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">RABBIT_PASSWORD=nova</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">SERVICE_TOKEN=nova</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">ADMIN_PASSWORD=nova</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">SWIFT_HASH=nova</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">ENABLED_SERVICES="g-api,g-reg,key,n-api,n-cpu,n-net,n-sch,n-vnc,horizon,mysql,rabbit,openstackx,n-vol,q-svc,q-agt,swift,quantum"</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">Q_PLUGIN=openvswitch</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">After running stack.sh have:</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ nova-manage network list</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">id       IPv4                  IPv6               start address      DNS1               DNS2               VlanID             project            uuid           </span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">2012-02-27 13:38:04 DEBUG nova.utils [req-7b6febc7-c8cd-49e5-ac48-5707c70d8bb5 None None] backend <module 'nova.db.sqlalchemy.api' from '/opt/stack/nova/nova/db/sqlalchemy/api.pyc'> from (pid=4776) __get_backend /opt/stack/nova/nova/utils.py:603</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">1        <a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a>           None               10.0.0.2           8.8.4.4            None               None               None               20cda3a7-f4a8-4b3c-b399-4dd624cb7a40</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"> <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ TENANT=</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ USERNAME=</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"> <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ . openrc</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ </span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"> <br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ nova boot --flavor 6 --image 21b0573e-8dd6-4b42-9c01-4c8684b0b080 guest1</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ nova show guest1</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">+-------------------+----------------------------------------------------------+</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">|      Property     |                          Value                           |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">+-------------------+----------------------------------------------------------+</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| OS-DCF:diskConfig | MANUAL                                                   |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| accessIPv4        |                                                          |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| accessIPv6        |                                                          |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| config_drive      |                                                          |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| created           | 2012-02-27T13:49:00Z                                     |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| flavor            | micro                                                    |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| hostId            | 372f92b8889526d07feaa81ec5ab9bb80228350db4cfa563c15baf6f |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| id                | 3d931521-9ea2-4344-ad52-13faf4172e96                     |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| image             | cirros-0.3.0-x86_64-blank                                |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| key_name          |                                                          |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| metadata          | {}                                                       |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| name              | guest1                                                   |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| private network   | 10.0.0.2                                                 |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| progress          | None                                                     |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| status            | ACTIVE                                                   |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| tenant_id         | 5b5a2c42b5874058962c6f543ee91c72                         |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| updated           | 2012-02-27T13:49:30Z                                     |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| user_id           | demo                                                     |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">+-------------------+----------------------------------------------------------+</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ ssh <a href="mailto:cirros@10.0.0.2" target="_blank">cirros@10.0.0.2</a></span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">The authenticity of host '10.0.0.2 (10.0.0.2)' can't be established.</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">RSA key fingerprint is ed:b0:be:78:26:23:2a:8d:81:22:84:84:f0:6c:ec:3c.</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">Are you sure you want to continue connecting (yes/no)? yes</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"> <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">Warning: Permanently added '10.0.0.2' (RSA) to the list of known hosts.</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif"><a href="mailto:cirros@10.0.0.2" target="_blank">cirros@10.0.0.2</a>'s password: </span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">$ ping <a href="http://www.openstack.org/" target="_blank">www.openstack.org</a></span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">PING <a href="http://www.openstack.org/" target="_blank">www.openstack.org</a> (98.129.229.144): 56 data bytes</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">64 bytes from <a href="http://98.129.229.144/" target="_blank">98.129.229.144</a>: seq=1 ttl=61 time=182.020 ms</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">64 bytes from <a href="http://98.129.229.144/" target="_blank">98.129.229.144</a>: seq=2 ttl=61 time=182.166 ms</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">^C</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">--- <a href="http://www.openstack.org/" target="_blank">www.openstack.org</a> ping statistics ---</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">3 packets transmitted, 2 packets received, 33% packet loss</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">round-trip min/avg/max = 182.020/182.093/182.166 ms</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">$ Connection to 10.0.0.2 closed.</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ </span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">stack.sh is not creating any floating range with quantum enabled:</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">   if is_service_enabled q-svc; then</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">        echo "Not creating floating IPs (not supported by QuantumManager)"</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">    else</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">        # create some floating ips</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">        $NOVA_DIR/bin/nova-manage floating create $FLOATING_RANGE</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">        # create a second pool</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">        $NOVA_DIR/bin/nova-manage floating create --ip_range=$TEST_FLOATING_RANGE --pool=$TEST_FLOATING_POOL</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">    fi</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"> <br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ nova-manage floating create --ip_range=<a href="http://172.241.1.0/24" target="_blank">172.241.1.0/24</a> --interface=eth2</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ nova-manage floating list 2>/dev/null | head -3</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">None    172.241.1.1    None    nova    eth2</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">None    172.241.1.2    None    nova    eth2</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">None    172.241.1.3    None    nova    eth2</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ nova floating-ip-create</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">+-------------+-------------+----------+------+</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">|      Ip     | Instance Id | Fixed Ip | Pool |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">+-------------+-------------+----------+------+</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| 172.241.1.1 | None        | None     | nova |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">+-------------+-------------+----------+------+</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ nova add-floating-ip guest1 172.241.1.1</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ echo $?</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">0</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ nova floating-ip-list</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">+-------------+-------------+----------+------+</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">|      Ip     | Instance Id | Fixed Ip | Pool |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">+-------------+-------------+----------+------+</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">| 172.241.1.1 | None        | None     | nova |</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">+-------------+-------------+----------+------+</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ ip link show dev eth2</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">2: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">    link/ether 08:00:27:1a:5c:69 brd ff:ff:ff:ff:ff:ff</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">u1@u1110srv:~/devstack$ sudo iptables -t nat -vnL | grep -i float</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">Chain nova-api-float-snat (1 references)</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">   81  4863 nova-api-float-snat  all  --  *      *       <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>            <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>           </span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



<span style="font-family:Courier New,courier,monaco,monospace,sans-serif">Chain nova-compute-float-snat (1 references)</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"> <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">   82  4947 nova-compute-float-snat  all  --  *      *       <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>            <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>           </span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">Chain nova-manage-float-snat (1 references)</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">   81  4863 nova-manage-float-snat  all  --  *      *       <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>            <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>           </span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <span style="font-family:Courier New,courier,monaco,monospace,sans-serif">Chain nova-network-float-snat (1 references)</span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif"><span style="font-family:Courier New,courier,monaco,monospace,sans-serif">   82  4947 nova-network-float-snat  all  --  *      *       <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>            <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>           </span><br style="font-family:Courier New,courier,monaco,monospace,sans-serif">



 <br style="font-family:Courier New,courier,monaco,monospace,sans-serif"></div></div></div><br>--<br> Mailing list: <a href="https://launchpad.net/%7Enetstack" target="_blank">https://launchpad.net/~netstack</a><br> Post to     : <a href="mailto:netstack@lists.launchpad.net" target="_blank">netstack@lists.launchpad.net</a><br>



 Unsubscribe : <a href="https://launchpad.net/%7Enetstack" target="_blank">https://launchpad.net/~netstack</a><br> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>



 <br></blockquote></div><br><br><div><br></div>-- <br>~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Dan Wendlandt <div>Nicira Networks: <a href="http://www.nicira.com/" target="_blank">www.nicira.com</a><br><div>twitter: danwendlandt<br>



 ~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></div></div><br></div><div>-- <br> Mailing list: <a href="https://launchpad.net/%7Enetstack" target="_blank">https://launchpad.net/~netstack</a><br> Post to : <a href="mailto:netstack@lists.launchpad.net" target="_blank">netstack@lists.launchpad.net</a><br>



 Unsubscribe : <a href="https://launchpad.net/%7Enetstack" target="_blank">https://launchpad.net/~netstack</a><br> More help : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>



</div></div></blockquote></div><div>-- <br> Mailing list: <a href="https://launchpad.net/%7Enetstack" target="_blank">https://launchpad.net/~netstack</a><br> Post to : <a href="mailto:netstack@lists.launchpad.net" target="_blank">netstack@lists.launchpad.net</a><br>



 Unsubscribe : <a href="https://launchpad.net/%7Enetstack" target="_blank">https://launchpad.net/~netstack</a><br> More help : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>



</div></div></blockquote></div></div></div></div></div>_______________________________________________<div><br>Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>



Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>



More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br></div></blockquote></div><br></div></div><br>--<br>
Mailing list: <a href="https://launchpad.net/%7Enetstack" target="_blank">https://launchpad.net/~netstack</a><br>
Post to     : <a href="mailto:netstack@lists.launchpad.net" target="_blank">netstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/%7Enetstack" target="_blank">https://launchpad.net/~netstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br>
</div></div><br>--<br>
Mailing list: <a href="https://launchpad.net/~netstack" target="_blank">https://launchpad.net/~netstack</a><br>
Post to     : <a href="mailto:netstack@lists.launchpad.net" target="_blank">netstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~netstack" target="_blank">https://launchpad.net/~netstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div>