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 protected]> 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 ** Changed in: glance Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1585584 Title: [Glare] Glare v0.1 is unable to create a public artifact draft Status in Glance: Fix Released Bug description: Due to some reason the visibility field gets excluded from the valid input when creating an artifact draft. Thus it is impossible to create a public artifact in a single call: a PATCH call should follow instead. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1585584/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

