[Openstack] Terminating instance stuck at deleting - Openstack on Fedora Core 17

2012-09-26 Thread Nandakumar Pezhery
Hi Everyone, I've been working on the FC 17 version of Openstack for few days - single box implementation. Request help to fix the below problem which seems to have started after I configured floating IPs. In nova.conf, auto_assign_floating_ip=True I get the below error in compute.log while

Re: [Openstack] Terminating instance stuck at deleting - Openstack on Fedora Core 17

2012-09-26 Thread Vishvananda Ishaya
Not sure how current the f17 repos are. There was an issue related to this that was fixed about a month ago, but it would be great to see if this is reproducible on trunk. Vish On Sep 26, 2012, at 12:43 PM, Nandakumar Pezhery nandakuma...@gmail.com wrote: Hi Everyone, I've been working on

Re: [Openstack] Terminating instance stuck at deleting - Openstack on Fedora Core 17

2012-09-26 Thread Vishvananda Ishaya
FYI, I just tested on devstack and it looks like it works fine. If you are on older code you may be running into this bug: https://bugs.launchpad.net/nova/+bug/1038266 If you can't update your code, you could check to see if there are deleted floating ips in your database: 'SELECT count(*)

Re: [Openstack] Terminating instance stuck at deleting - Openstack on Fedora Core 17

2012-09-26 Thread Pádraig Brady
On 09/26/2012 11:35 PM, Vishvananda Ishaya wrote: FYI, I just tested on devstack and it looks like it works fine. If you are on older code you may be running into this bug: https://bugs.launchpad.net/nova/+bug/1038266 To confirm. The last Fedora 17 essex update just missed the above fix. The

Re: [Openstack] Terminating instance stuck at deleting - Openstack on Fedora Core 17

2012-09-26 Thread Nandakumar Pezhery
Vishva...that worked. thanks. Pádraig...thanks for the update.Will test the update. On Thu, Sep 27, 2012 at 2:58 AM, Pádraig Brady p...@draigbrady.com wrote: On 09/26/2012 11:35 PM, Vishvananda Ishaya wrote: FYI, I just tested on devstack and it looks like it works fine. If you are on older