data inconsistency

Bug #1674870 reported by yong sheng gong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
New
Undecided
venkatamahesh

Bug Description

gongysh@ubuntu64:~/devstack$ tacker vnf-list
+--------------------------------------+-------+----------+--------+--------------------------------------+--------------------------------------+
| id | name | mgmt_url | status | vim_id | vnfd_id |
+--------------------------------------+-------+----------+--------+--------------------------------------+--------------------------------------+
| d8a0f0dd-cfa6-4345-937c-e1414b344bd5 | helo3 | | ACTIVE | 0ec2249f-0106-4f67-9da2-e98657246ab2 | 3f9a2d72-df0a-4545-a853-a52791ff2245 |
+--------------------------------------+-------+----------+--------+--------------------------------------+--------------------------------------+

but:
mysql> select id, name, status from vnf;
+--------------------------------------+-------+----------------+
| id | name | status |
+--------------------------------------+-------+----------------+
| 1696cb32-61f8-4aa1-b229-16e6bc3660e8 | helo2 | PENDING_DELETE |
| 2b34d0a0-0bc4-4dc3-b511-f36cee577677 | helo | PENDING_DELETE |
| 573859ff-571c-46d7-ba24-9517fb9b7f1b | helo | PENDING_DELETE |
| 6d1b243d-1a8d-46e0-983b-9ecf4490f530 | helo | PENDING_DELETE |
| a6561ff0-aebd-434d-a3a7-27d2bfc7e3c6 | helo2 | PENDING_DELETE |
| d8a0f0dd-cfa6-4345-937c-e1414b344bd5 | helo3 | ACTIVE |
+--------------------------------------+-------+----------------+
6 rows in set (0.00 sec)

So I think we should also show vnfs which is PENDING_DELETE status by 'tacker vnf-list'

Changed in tacker:
assignee: nobody → venkatamahesh (venkatamaheshkotha)
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.