yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #53488
[Bug 1599590] Re: API docs for tenant-id/flavors/detail does not include is_public flag
You are looking the old doc,
the new api doc is here and does have is_public
http://developer.openstack.org/api-ref/compute/?expanded=list-flavors-with-details-detail
** Changed in: nova
Status: New => Invalid
--
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/1599590
Title:
API docs for tenant-id/flavors/detail does not include is_public flag
Status in OpenStack Compute (nova):
Invalid
Bug description:
When I fetch the flavors for a given tenant, I can use the API call
below:
https://openstack:8774/v2/52f0574689f14c8a99e7ca22c4eb5720/flavors/detail
But this only shows public flavors. If I want to see all the flavors,
both public and private, I need to add "?is_public=None" to the API
call:
https://openstack:8774/v2/52f0574689f14c8a99e7ca22c4eb5720/flavors/detail?is_public=None
This is_public option is not documented in the API documentation:
http://developer.openstack.org/api-ref-
compute-v2.1.html#listDetailFlavors
Please document this option.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1599590/+subscriptions
References