[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2015-01-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/145293 Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=2656c9c90132bcceac04a116528414a09b8e0916 Submitter: Jenkins Branch:master commit 2656c9c90132bcceac04a116528414a09b8e0916 Author: Anne Gentle a...@openstack.org Date: Tue

[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2015-01-06 Thread Anne Gentle
** Changed in: openstack-api-site Assignee: (unassigned) = Anne Gentle (annegentle) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchpad.net/bugs/1157274 Title: Nova list_images

[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2015-01-06 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/145293 ** Changed in: openstack-api-site Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu.

[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2014-07-07 Thread Anne Gentle
** Changed in: openstack-api-site Status: New = Triaged ** Changed in: openstack-api-site Importance: Undecided = Medium ** Tags added: compute-api -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in

[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2014-06-23 Thread melanie witt
This appears to be a documentation bug. ** Changed in: python-novaclient Status: New = Invalid ** Also affects: openstack-api-site Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2014-06-23 Thread melanie witt
The documentation at http://developer.openstack.org/api-ref- compute-v2.html#compute_images is incorrect for the GET/v2/​{tenant_id}​/images/detail request parameter type (Optional) It says Value of the type of image, such as BASE, SERVER, or ALL. and none of those are valid choices. The valid

[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2013-06-20 Thread Matt Thompson
Hi Luke, Should this bug have been reported against nova project instead of python-novaclient? I don't see the type/image_type filter being implemented by novaclient. On a side note, testing against nova grizzly I was able to filter snapshots by requesting /images/detail?type=snapshot.

[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2013-04-04 Thread Chuck Short
** Also affects: python-novaclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchpad.net/bugs/1157274 Title: Nova list_images using

[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2013-03-25 Thread Yolanda Robla
Thanks for reporting this Can you supply the commands that you are using along with the results for it? ** Changed in: python-novaclient (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2013-03-25 Thread Luke Wollney
Steps to reproduce: 1) Create a server: POST /servers passing basic server parameters 2) Create a snapshot of that server: POST /servers/{id}/action passing basic snapshot parameters 3) Perform a list_images request: GET /images 4) Notice all base images along with the single snapshot image are