Comment 10 for bug 1168260

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

The usage of nova flavor-show:
===
[root@localhost ~]# nova help flavor-show
usage: nova flavor-show <flavor>

Show details about the given flavor.

Positional arguments:
  <flavor> Name or ID of flavor
[root@localhost ~]#
===
So, both the flavorid and flavorname is supported.

But after my verification, i found the deleted flavor will not show when use the 'flavorname' as the argument in 'nova flavor-show'.
I think the action should be same 'flavorid' with 'flavorname', so 'nova flavor-show flavorid' should not show the deleted flavor infomation.

Satyanarayana, what do you think of this? do you have any progress?