yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72553
[Bug 1757136] Re: Uploading OVA to Glance via Horizon Fails
Reviewed: https://review.openstack.org/554572
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e3626260313c87aba6d9579c81f8dac415cc7235
Submitter: Zuul
Branch: master
commit e3626260313c87aba6d9579c81f8dac415cc7235
Author: Guillaume Le Blanc <guillaume.le-blanc@xxxxxxxxxxxx>
Date: Tue Mar 20 14:51:46 2018 +0100
Allow OVA upload for images
Bug #1641383 was not fixed for REST API call.
The two implementation of create_image_metadata are merged
into api/glance.py.
There were minor differences in field naming and handling
(min_ vs minimum_, is_public vs public vs visibility).
This commit normalizes them to simplify the logic.
Closes-Bug: #1757136
Change-Id: I41e9d94345151bc4473d704cdc040ed77870ce45
** 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/1757136
Title:
Uploading OVA to Glance via Horizon Fails
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Same bug as https://bugs.launchpad.net/horizon/+bug/1641383.
openstack_dashboard/api/rest/glance.py does not handle 'ova' disk_format.
Because there is 2 implementation of create_image_metadata,
one for Django view implementation and one for angular REST call.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1757136/+subscriptions
References