delete instances in Dashboard
Hi,
i have create a OpenStack Grizzly MultiNode Infrastrucutr.
Controlnode management network 192.168.0.1 / external 10.123.4.xxx Computenode management network 192.168.0.2 / data 10.10.10.2 networknode management network 192.168.0.3 / external 10.123.4.xxx /data 10.10.10.1
I Followed this Install Guide https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst (https://github.com/mseknibilel/OpenSt...)
now i have some problems, the first problem where i think i could be a failure of nova. I can't delete instances in the Dashboard, the instances going in the status task "deleting" but it will be not delete. Where are the problem? Who can help me?
nova-compute.log 2013-04-12 09:26:13.104 AUDIT nova.compute.manager [req-5e7c6da2-83e4-44a0-ad18-5d1759588254 7e8cef045e0e46749fdb8fc7a0d91317 d2a556839afe4e7a9eda53cd0b4e54f0] [instance: 2769c382-253c-43a1-a789-82cae8cf0332] Terminating instance 2013-04-12 09:26:13.451 1327 ERROR nova.virt.libvirt.driver [-] [instance: 2769c382-253c-43a1-a789-82cae8cf0332] During wait destroy, instance disappeared. 2013-04-12 09:26:13.453 INFO nova.virt.libvirt.firewall [req-5e7c6da2-83e4-44a0-ad18-5d1759588254 7e8cef045e0e46749fdb8fc7a0d91317 d2a556839afe4e7a9eda53cd0b4e54f0] [instance: 2769c382-253c-43a1-a789-82cae8cf0332] Attempted to unfilter instance which is not filtered 2013-04-12 09:26:13.454 INFO nova.virt.libvirt.driver [req-5e7c6da2-83e4-44a0-ad18-5d1759588254 7e8cef045e0e46749fdb8fc7a0d91317 d2a556839afe4e7a9eda53cd0b4e54f0] [instance: 2769c382-253c-43a1-a789-82cae8cf0332] Deleting instance files /var/lib/nova/instances/2769c382-253c-43a1-a789-82cae8cf0332 2013-04-12 09:26:13.506 ERROR nova.openstack.common.rpc.amqp [req-5e7c6da2-83e4-44a0-ad18-5d1759588254 7e8cef045e0e46749fdb8fc7a0d91317 d2a556839afe4e7a9eda53cd0b4e54f0] Exception during message handling 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp Traceback (most recent call last): 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py", line 430, in _process_data 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp rval = self.proxy.dispatch(ctxt, version, method, *args) 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py", line 133, in dispatch 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp return getattr(proxyobj, method)(ctxt, *kwargs) 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.7/dist-packages/nova/exception.py", line 117, in wrapped 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp temp_level, payload) 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp self.gen.next() 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.7/dist-packages/nova/exception.py", line 94, in wrapped 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp return f(self, context, args, *kw) 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 260, in decorated_function 2013-04-12 09:26:13.506 1327 TRACE nova.openstack.common.rpc.amqp function(self, context, args, *kwargs) 2013-04-12 09:26:13.506 1327 TRACE nova.openstack ...