Comment 17 for bug 1168260

Revision history for this message
Qing Xin Meng (mengqxqx) wrote :

Litty,

I think this bug has already fixed.

Issue 1. A deleted flavor still could be shown
This is worked as design.
---
- nova flavor-show flavor-id
If the flavor-id is used in nova command, will show the deleted flavor.

- nova flavor-show flavor-name
If the flavor-name is used in nova-show, Will NOT show the deleted flavor.
---

Issue 2. Show the deleted flavor info
The following code review already fixed this.
https://review.openstack.org/#/c/22477/
So, now If one flavor was deleted and recreated new flavor with the same id, it will show the newly created flavor details.

Thanks!