yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #85673
[Bug 1912001] Re: glance allows reserved properties during create()
** Changed in: glance
Status: New => Fix Released
** Changed in: glance
Assignee: (unassigned) => Dan Smith (danms)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1912001
Title:
glance allows reserved properties during create()
Status in Glance:
Fix Released
Bug description:
Certain image properties are reserved for internal glance usage, such
as os_glance_import_task. Changing these properties is disallowed
during PATCH. However, glance does not enforce that they are not
present in an image POST. It should.
This command:
openstack --debug image create --container-format bare --disk-format qcow2 \
--property os_glance_import_task=foobar test
succeeds in creating an image with os_glance_import_task set.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1912001/+subscriptions
References