Comment 4 for bug 1757136

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/queens)

Reviewed: https://review.openstack.org/566267
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e41a54d4b6280d937ed4037e47c74c5b1f566871
Submitter: Zuul
Branch: stable/queens

commit e41a54d4b6280d937ed4037e47c74c5b1f566871
Author: Guillaume Le Blanc <email address hidden>
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
    (cherry picked from commit e3626260313c87aba6d9579c81f8dac415cc7235)