yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #53349
[Bug 1298381] Re: delete shelve offloaded instance should delete attached port
This is an automated cleanup. This bug report has been closed because it
is older than 18 months and there is no open code change to fix this.
After this time it is unlikely that the circumstances which lead to
the observed issue can be reproduced.
If you can reproduce the bug, please:
* reopen the bug report (set to status "New")
* AND add the detailed steps to reproduce the issue (if applicable)
* AND leave a comment "CONFIRMED FOR: <RELEASE_NAME>"
Only still supported release names are valid (LIBERTY, MITAKA, OCATA, NEWTON).
Valid example: CONFIRMED FOR: LIBERTY
** Changed in: nova
Importance: Medium => Undecided
** Changed in: nova
Status: Confirmed => Expired
--
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/1298381
Title:
delete shelve offloaded instance should delete attached port
Status in OpenStack Compute (nova):
Expired
Bug description:
After deleted shelve offloaded instance, the port attached to
instance isn't deleted.
Reproduce as below:
soulxu1304@soulxu1304-ThinkPad-T410:/opt/stack/nova$ nova shelve vm1
soulxu1304@soulxu1304-ThinkPad-T410:/opt/stack/nova$ nova shelve-offload vm1
soulxu1304@soulxu1304-ThinkPad-T410:/opt/stack/nova$ nova list
+--------------------------------------+------+-------------------+------------+-------------+--------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+------+-------------------+------------+-------------+--------------------+
| 8adb3755-b874-4ae9-a361-4924e4ed0ebc | vm1 | SHELVED_OFFLOADED | - | Shutdown | public=172.24.4.15 |
+--------------------------------------+------+-------------------+------------+-------------+--------------------+
soulxu1304@soulxu1304-ThinkPad-T410:/opt/stack/nova$ nova delete vm1
soulxu1304@soulxu1304-ThinkPad-T410:/opt/stack/nova$ neutron port-list
+--------------------------------------+------+-------------------+------------------------------------------------------------------------------------+
| id | name | mac_address | fixed_ips |
+--------------------------------------+------+-------------------+------------------------------------------------------------------------------------+
| 1e6bed8d-aece-4d3e-abcc-3ad7957d6d72 | | fa:16:3e:9e:dc:83 | {"subnet_id": "e5dbc790-c26f-45b7-b2c7-574f12ad8b41", "ip_address": "172.24.4.12"} |
| 5f522a9a-2856-4a95-8bd8-c354c00abf0f | | fa:16:3e:01:47:43 | {"subnet_id": "94575a05-796f-4ff5-b892-3c3b8231b303", "ip_address": "10.0.0.1"} |
| 6226f6d3-3814-469c-bf50-8c99dfec481e | | fa:16:3e:46:0e:35 | {"subnet_id": "94575a05-796f-4ff5-b892-3c3b8231b303", "ip_address": "10.0.0.2"} |
| c10390a9-6f84-44f5-8a17-91cb330a9e12 | | fa:16:3e:41:7c:34 | {"subnet_id": "e5dbc790-c26f-45b7-b2c7-574f12ad8b41", "ip_address": "172.24.4.15"} |
| c814425c-be1a-4c06-a54b-1788c7c6fb31 | | fa:16:3e:f5:fc:d3 | {"subnet_id": "e5dbc790-c26f-45b7-b2c7-574f12ad8b41", "ip_address": "172.24.4.2"} |
+--------------------------------------+------+-------------------+------------------------------------------------------------------------------------+
soulxu1304@soulxu1304-ThinkPad-T410:/opt/stack/nova$ nova list
+----+------+--------+------------+-------------+----------+
| ID | Name | Status | Task State | Power State | Networks |
+----+------+--------+------------+-------------+----------+
+----+------+--------+------------+-------------+----------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1298381/+subscriptions
References