Comment 1 for bug 1585584

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/320912
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=9a982741dbf9859998814f878807e3cb6ef32343
Submitter: Jenkins
Branch: master

commit 9a982741dbf9859998814f878807e3cb6ef32343
Author: Alexander Tivelkov <email address hidden>
Date: Wed May 25 14:22:01 2016 +0300

    Excluded the 'visibility' from protected artifact fields

    The visibility field was one of the proptected artifact fields (along
    with 'owner', 'state' and modification timestamps) and thus it was
    forbidden to explicitly set its value during the artifact creation.

    Because of that it was impossible to create a public artifact draft in
    a single call, while that may be required.

    Also removed a redundant FIXME comment is the same code block since it
    is not validRemoved some redundant FIXME comment is the same code
    block since it is not valid.

    Change-Id: I579405ee2b79b6018a322bb46e34acde6b5b4a4a
    Closes-bug: #1585584