← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1599590] [NEW] API docs for tenant-id/flavors/detail does not include is_public flag

 

Public bug reported:

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.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups