Skip to content

Commit 48331cf

Browse files
Zuulopenstack-gerrit
Zuul
authored andcommitted
Merge "Fix creation of protected image for old user code"
2 parents 8f68d19 + 136dd03 commit 48331cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack/image/v2/_proxy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Rackspace returns this for intermittent import errors
2929
_IMAGE_ERROR_396 = "Image cannot be imported. Error code: '396'"
3030
_INT_PROPERTIES = ('min_disk', 'min_ram', 'size', 'virtual_size')
31-
_RAW_PROPERTIES = ('is_protected', 'tags')
31+
_RAW_PROPERTIES = ('is_protected', 'protected', 'tags')
3232

3333

3434
class Proxy(_base_proxy.BaseImageProxy):

0 commit comments

Comments
 (0)