← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1789172] Re: Can't update image metadata in 14.0.0.0rc2.dev44

 

Reviewed:  https://review.openstack.org/597414
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=47ba614f197076e7521af8001cb17d855382d58f
Submitter: Zuul
Branch:    master

commit 47ba614f197076e7521af8001cb17d855382d58f
Author: zhubx007 <zhu.boxiang@xxxxxxxxxxx>
Date:   Wed Aug 29 15:37:01 2018 +0800

    Fix bug of updating metadata for images
    
    Glance project has a blueprint hidden-images. The commit can be
    seen from https://review.openstack.org/#/c/578755/
    The os_hidden is added into image metadata as bool type. From
    horizon, the string value of os_hidden is passed to glanceclient.
    https://github.com/openstack/python-glanceclient/blob/master/glanceclient/v2/images.py#L341
    But type is not correspond so raise exception to horizon from
    glanceclient.
    
    Here to change the type of os_hidden before passing it to glanceclient.
    
    Closes-Bug: #1789172
    Change-Id: I0d4edaa4b661d2da79cdb45e4afa97d826aeb65d


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
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/1789172

Title:
  Can't update image metadata in 14.0.0.0rc2.dev44

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  I can't update image metadata by using Horizon 14.0.0.0rc2.dev44.
  But I could update image metadata by using openstack CLI.

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


References