** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Milestone: None => juno-rc1
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1289397 Title: nova instance delete fails if dhcp_release fails Status in OpenStack Compute (Nova): Fix Released Bug description: ssatya@devstack:~$ nova boot --image 1e95fe6b-cec6-4420-97d1-1e7bc8c81c49 --flavor 1 testdummay +--------------------------------------+-----------------------------------------------------------+ | Property | Value | +--------------------------------------+-----------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | nova | | OS-EXT-STS:power_state | 0 | | OS-EXT-STS:task_state | networking | | OS-EXT-STS:vm_state | building | | OS-SRV-USG:launched_at | - | | OS-SRV-USG:terminated_at | - | | accessIPv4 | | | accessIPv6 | | | adminPass | fK8SPGtHLUds | | config_drive | | | created | 2014-03-07T14:33:49Z | | flavor | m1.tiny (1) | | hostId | 2c1ae30aa2a235d9c0c8b04aae3f4199cd98356e44a03b5c8f878adb | | id | eae503d9-c6f7-4e3e-9adc-0b8b6803c90e | | image | debian-2.6.32-i686 (1e95fe6b-cec6-4420-97d1-1e7bc8c81c49) | | key_name | - | | metadata | {} | | name | testdummay | | os-extended-volumes:volumes_attached | [] | | progress | 0 | | security_groups | default | | status | BUILD | | tenant_id | 209ab7e4f3744675924212805db3ad74 | | updated | 2014-03-07T14:33:50Z | | user_id | f3756a4910054883b84ee15acc15fbd1 | +--------------------------------------+-----------------------------------------------------------+ ssatya@devstack:~$ nova list +--------------------------------------+------------+--------+------------+-------------+------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------------+--------+------------+-------------+------------------+ | eae503d9-c6f7-4e3e-9adc-0b8b6803c90e | testdummay | BUILD | spawning | NOSTATE | | | d1e982c4-85c2-422d-b046-1643bd81e674 | testvm1 | ERROR | deleting | Shutdown | private=10.0.0.2 | +--------------------------------------+------------+--------+------------+-------------+------------------+ ssatya@devstack:~$ nova list +--------------------------------------+------------+--------+------------+-------------+------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------------+--------+------------+-------------+------------------+ | eae503d9-c6f7-4e3e-9adc-0b8b6803c90e | testdummay | ACTIVE | - | Running | private=10.0.0.3 | | d1e982c4-85c2-422d-b046-1643bd81e674 | testvm1 | ERROR | deleting | Shutdown | private=10.0.0.2 | +--------------------------------------+------------+--------+------------+-------------+------------------+ ssatya@devstack:~$ nova stop testdummay ssatya@devstack:~$ nova list +--------------------------------------+------------+---------+------------+-------------+------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------------+---------+------------+-------------+------------------+ | eae503d9-c6f7-4e3e-9adc-0b8b6803c90e | testdummay | SHUTOFF | - | Shutdown | private=10.0.0.3 | | d1e982c4-85c2-422d-b046-1643bd81e674 | testvm1 | ERROR | deleting | Shutdown | private=10.0.0.2 | +--------------------------------------+------------+---------+------------+-------------+------------------+ ssatya@devstack:~$ nova delete testdummay ssatya@devstack:~$ nova list +--------------------------------------+------------+--------+------------+-------------+------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------------+--------+------------+-------------+------------------+ | eae503d9-c6f7-4e3e-9adc-0b8b6803c90e | testdummay | ERROR | deleting | Shutdown | private=10.0.0.3 | | d1e982c4-85c2-422d-b046-1643bd81e674 | testvm1 | ERROR | deleting | Shutdown | private=10.0.0.2 | +--------------------------------------+------------+--------+------------+-------------+------------------+ To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1289397/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp