Re: [openstack-dev] [Openstack] [NOVA] Missing network info in nova list

2014-04-06 Thread Sławek Kapłoński
Hello, In nova logs there was not any error or TRACE. Everything looks ok there but I probably found reason and solution of that problem. It was probably related to bug: https://bugs.launchpad.net/nova/+bug/1254320 When I apply this patch on my compute nodes I have no any new instance with

Re: [openstack-dev] [Openstack] [NOVA] Missing network info in nova list

2014-04-02 Thread Aaron Rosen
Hi Slawek, Interesting, I haven't seen this issue of network info not showing up on nova list and the instance being in ACTIVE state. Could you check out the nova logs and see if there are any TRACE's there? If you're using icehouse you should be able to do neutron port-update port_id that maps

[openstack-dev] [Openstack] [NOVA] Missing network info in nova list

2014-04-01 Thread Sławek Kapłoński
Hello, I have openstack installation with neutron. When I made test and create many instances in one query (using --num-instances) all was ok but one instance (from 80 created) has no IP address when I made nova list or nova show . I found that there is missing value in network info in nova

Re: [openstack-dev] [Openstack] [NOVA] Missing network info in nova list

2014-04-01 Thread Sławek Kapłoński
Hello, Maybe the problem is not that missing data in nova's database becasue when I made: nova --debug list then I see that it is asking neutron about ports and this missing IP is corretly send from neutron. Also when I made: nova interface-list instance_id then there is no problem and IP is

Re: [openstack-dev] [Openstack] [NOVA] Missing network info in nova list

2014-04-01 Thread Ben Nemec
Please ask usage questions on the users list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Thanks. -Ben On 04/01/2014 02:10 AM, Sławek Kapłoński wrote: Hello, Maybe the problem is not that missing data in nova's database becasue when I made: nova --debug list then I see