← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1257180] Re: I can not see all images from Horizon "Images & Snapshots" view

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

** Changed in: horizon
    Milestone: None => icehouse-2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1257180

Title:
  I can not see all images from Horizon "Images & Snapshots" view

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  In devstack env, there are three images from glance api:

  $ glance image-list
  +--------------------------------------+---------------------------------+-------------+------------------+----------+--------+
  | ID                                   | Name                            | Disk Format | Container Format | Size     | Status |
  +--------------------------------------+---------------------------------+-------------+------------------+----------+--------+
  | e85d6c66-45bb-4dd0-a011-3d45fabafcea | cirros-0.3.1-x86_64-uec         | ami         | ami              | 25165824 | active |
  | e18e8dde-ee1d-4d22-a369-80f91862d0e5 | cirros-0.3.1-x86_64-uec-kernel  | aki         | aki              | 4955792  | active |
  | df84b759-396b-4923-94fb-76f58f9a3a67 | cirros-0.3.1-x86_64-uec-ramdisk | ari         | ari              | 3714968  | active |
  +--------------------------------------+---------------------------------+-------------+------------------+----------+--------+

  
  However, I can only see the first one in Horizon, because the images list is filtered in Horizon:
              images = [im for im in all_images
                        if im.container_format not in ['aki', 'ari']]

  Horizon should display exactly the same result as API.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1257180/+subscriptions