Instances not deleted

Bug #1279834 reported by Anastasia Palkina
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Confirmed
Medium
Fuel Library (Deprecated)

Bug Description

"build_id": "2014-02-13_13-09-40",
"mirantis": "no",
"build_number": "116",
"nailgun_sha": "0653f2e052cad099686de0e8259d4b861577599e",
"ostf_sha": "f86abe5544b5ffcf621e0c450bca15737c92361f",
"fuelmain_sha": "a4f314699aa97a274513a5ee182b13d25bf137ed",
"astute_sha": "7eed50fc30cec675fff7787c37fcf6da6dd518ee",
"release": "4.1",
"fuellib_sha": "dc45bb0b8520a91a66fd0493a87b4cf4bd33c32c"

1. Create new environment (CentOS, simple mode)
2. Choose GRE segmentation
3. Add controller, compute, cinder nodes
4. Change username = "user", password = "password" and tenant = "adm"
5. Start deployment. It was successful
6. Start OSTF tests. Instances not deleted.

Manually created instance 'test_vm' and try to delete it.
[root@node-7 ~]# nova boot test_vm --flavor 1 --image f7f4ee95-9cb8-4335-8b13-cf4d8bf012d4 --nic net-id=a5d64c74-e660-4387-8888-4c1e268a615f
+--------------------------------------+--------------------------------------+
| Property | Value |
+--------------------------------------+--------------------------------------+
| OS-EXT-STS:task_state | scheduling |
| image | TestVM |
| OS-EXT-STS:vm_state | building |
| OS-EXT-SRV-ATTR:instance_name | instance-00000007 |
| OS-SRV-USG:launched_at | None |
| flavor | m1.tiny |
| id | d9b1112f-f99b-4f29-a4d0-0aaff4871d5e |
| security_groups | [{u'name': u'default'}] |
| user_id | d45a84f7aaac475792217e5818564557 |
| OS-DCF:diskConfig | MANUAL |
| accessIPv4 | |
| accessIPv6 | |
| progress | 0 |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-AZ:availability_zone | nova |
| config_drive | |
| status | BUILD |
| updated | 2014-02-13T14:52:36Z |
| hostId | |
| OS-EXT-SRV-ATTR:host | None |
| OS-SRV-USG:terminated_at | None |
| key_name | None |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None |
| name | test_vm |
| adminPass | 3hbhVtNAMhWE |
| tenant_id | e16ed88682a4422091a354a32fd27aa4 |
| created | 2014-02-13T14:52:36Z |
| os-extended-volumes:volumes_attached | [] |
| metadata | {} |
+--------------------------------------+--------------------------------------+
[root@node-7 ~]# nova list
+--------------------------------------+-------------------------------------+--------+------------+-------------+---------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-------------------------------------+--------+------------+-------------+---------------------+
| 5f90356b-cb98-44da-8768-68cca00821f3 | ost1_test-image1338410303 | ACTIVE | None | Running | net04=192.168.111.7 |
| 6c636d37-5af5-4b46-b0e7-3fe2f87178bf | ost1_test-image431440328 | ERROR | None | Running | net04=192.168.111.8 |
| 1c8f432f-9422-45c9-bc7d-7715e79e5f4d | ost1_test-server-smoke-1207571965 | ERROR | None | Running | net04=192.168.111.6 |
| c4cd1b53-f56b-42aa-9d5f-6ca8919bdb92 | ost1_test-server-smoke-1453233975 | ERROR | None | Running | net04=192.168.111.4 |
| 1ffcc370-c77f-4a82-a4c9-66b7eb9ad574 | ost1_test-server-smoke-1666001435 | ERROR | None | Running | net04=192.168.111.5 |
| 4bb0083d-5423-4edf-ab36-311617472ecd | ost1_test-volume-instance2049298297 | ERROR | None | Running | net04=192.168.111.3 |
| d9b1112f-f99b-4f29-a4d0-0aaff4871d5e | test_vm | ACTIVE | None | Running | net04=192.168.111.9 |
+--------------------------------------+-------------------------------------+--------+------------+-------------+---------------------+
[root@node-7 ~]# nova delete d9b1112f-f99b-4f29-a4d0-0aaff4871d5e
[root@node-7 ~]# nova list
+--------------------------------------+-------------------------------------+--------+------------+-------------+---------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-------------------------------------+--------+------------+-------------+---------------------+
| 5f90356b-cb98-44da-8768-68cca00821f3 | ost1_test-image1338410303 | ACTIVE | None | Running | net04=192.168.111.7 |
| 6c636d37-5af5-4b46-b0e7-3fe2f87178bf | ost1_test-image431440328 | ERROR | None | Running | net04=192.168.111.8 |
| 1c8f432f-9422-45c9-bc7d-7715e79e5f4d | ost1_test-server-smoke-1207571965 | ERROR | None | Running | net04=192.168.111.6 |
| c4cd1b53-f56b-42aa-9d5f-6ca8919bdb92 | ost1_test-server-smoke-1453233975 | ERROR | None | Running | net04=192.168.111.4 |
| 1ffcc370-c77f-4a82-a4c9-66b7eb9ad574 | ost1_test-server-smoke-1666001435 | ERROR | None | Running | net04=192.168.111.5 |
| 4bb0083d-5423-4edf-ab36-311617472ecd | ost1_test-volume-instance2049298297 | ERROR | None | Running | net04=192.168.111.3 |
| d9b1112f-f99b-4f29-a4d0-0aaff4871d5e | test_vm | ACTIVE | None | Running | net04=192.168.111.9 |
+--------------------------------------+-------------------------------------+--------+------------+-------------+---------------------+

Instance not deleted.

Revision history for this message
Anastasia Palkina (apalkina) wrote :
Revision history for this message
Mike Scherbakov (mihgen) wrote :

Did you check API logs, compute logs? Could it be issue with permissions? Please nail down the issue to at least some area, so we can at least set right priority and status.

Revision history for this message
Anastasia Palkina (apalkina) wrote :

No errors in API logs and compute logs.

I changed tenant "admin" in this environment. I think it is case of this bug.
Also I reproduced https://bugs.launchpad.net/fuel/+bug/1267431

Changed in fuel:
importance: Undecided → Medium
Mike Scherbakov (mihgen)
Changed in fuel:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.