You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit afb4969 [1][2] replaced "protected" with "is_protected" in
raw image properties in order to fix an server-side schema validation
error (400 Bad Request) when defining image properties. That change
broke user code which calls e.g. create_image() with "protected"
instead of "is_protected" causing the exact server-side schema
validation error which it tried to fix for "is_protected" [3].
This patch readds "protected" to raw image properties and thus allows
clients to continue to use the old "protected" attribute.
Ref.:
[1] afb4969
[2] https://review.opendev.org/c/openstack/openstacksdk/+/820926
[3] https://bugs.launchpad.net/python-glanceclient/+bug/1927215
Change-Id: I37b046dd71c29734504cf55f272b6dffbb8b2aad
0 commit comments