← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1792532] [NEW] can't update image metadata

 

Public bug reported:

Horizon 14.0.0
Glance 17.0.0

Through openstack client everything is fine - i can change properties,
but not in Horizon.

Here is error from httpd/horizon log:

[Fri Sep 14 10:21:53.412709 2018] [:error] [pid 1334] Traceback (most recent call last):
[Fri Sep 14 10:21:53.412717 2018] [:error] [pid 1334]   File "/usr/share/openstack-dashboard/openstack_dashboard/api/rest/utils.py", line 127, in _wrapped
[Fri Sep 14 10:21:53.412723 2018] [:error] [pid 1334]     data = function(self, request, *args, **kw)
[Fri Sep 14 10:21:53.412730 2018] [:error] [pid 1334]   File "/usr/share/openstack-dashboard/openstack_dashboard/api/rest/glance.py", line 110, in patch
[Fri Sep 14 10:21:53.412736 2018] [:error] [pid 1334]     **request.DATA['updated']
[Fri Sep 14 10:21:53.412742 2018] [:error] [pid 1334]   File "/usr/share/openstack-dashboard/openstack_dashboard/api/glance.py", line 564, in image_update_properties
[Fri Sep 14 10:21:53.412748 2018] [:error] [pid 1334]     **kwargs)
[Fri Sep 14 10:21:53.412754 2018] [:error] [pid 1334]   File "/usr/lib/python2.7/site-packages/glanceclient/v2/images.py", line 343, in update
[Fri Sep 14 10:21:53.412776 2018] [:error] [pid 1334]     raise TypeError(encodeutils.exception_to_unicode(e))
[Fri Sep 14 10:21:53.412783 2018] [:error] [pid 1334] TypeError: Unable to set 'os_hidden' to 'False'

** Affects: horizon
     Importance: Undecided
         Status: New


** Tags: glance horizon

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

Title:
  can't update image metadata

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Horizon 14.0.0
  Glance 17.0.0

  Through openstack client everything is fine - i can change properties,
  but not in Horizon.

  Here is error from httpd/horizon log:

  [Fri Sep 14 10:21:53.412709 2018] [:error] [pid 1334] Traceback (most recent call last):
  [Fri Sep 14 10:21:53.412717 2018] [:error] [pid 1334]   File "/usr/share/openstack-dashboard/openstack_dashboard/api/rest/utils.py", line 127, in _wrapped
  [Fri Sep 14 10:21:53.412723 2018] [:error] [pid 1334]     data = function(self, request, *args, **kw)
  [Fri Sep 14 10:21:53.412730 2018] [:error] [pid 1334]   File "/usr/share/openstack-dashboard/openstack_dashboard/api/rest/glance.py", line 110, in patch
  [Fri Sep 14 10:21:53.412736 2018] [:error] [pid 1334]     **request.DATA['updated']
  [Fri Sep 14 10:21:53.412742 2018] [:error] [pid 1334]   File "/usr/share/openstack-dashboard/openstack_dashboard/api/glance.py", line 564, in image_update_properties
  [Fri Sep 14 10:21:53.412748 2018] [:error] [pid 1334]     **kwargs)
  [Fri Sep 14 10:21:53.412754 2018] [:error] [pid 1334]   File "/usr/lib/python2.7/site-packages/glanceclient/v2/images.py", line 343, in update
  [Fri Sep 14 10:21:53.412776 2018] [:error] [pid 1334]     raise TypeError(encodeutils.exception_to_unicode(e))
  [Fri Sep 14 10:21:53.412783 2018] [:error] [pid 1334] TypeError: Unable to set 'os_hidden' to 'False'

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


Follow ups