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

Chuck Short chuck.short at canonical.com
Thu Oct 20 13:55:45 UTC 2016


** Changed in: python-novaclient (Ubuntu)
       Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-novaclient in Ubuntu.
https://bugs.launchpad.net/bugs/1157274

Title:
  Nova list_images using image_type parameter does not return expected
  images

Status in openstack-api-site:
  Fix Released
Status in python-novaclient:
  Invalid
Status in python-novaclient package in Ubuntu:
  Won't Fix

Bug description:
  Description:
  When attempting to list only the snapshot images for a user setting the image_type parameter to "SERVER", all images are returned instead.

  Steps to reproduce:
  1)  Create a server
  2)  Create a snapshot of that server
  3)  Perform a list_images request
  4)  Notice all base images along with the single snapshot image are returned
  5)  Perform a list_images request with the images_type parameter set to 'SERVER'
  6)  Notice the same list of images is returned

  Expected result:
  Only snapshot images should be returned when the images_type parameter is set to 'SERVER'.  Only snapshot images should be returned when the images_type parameter is set to 'BASE'.

  Actual result:
  All images are returned no matter what the image_type paramter is set to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-api-site/+bug/1157274/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list