Merge "Modify glance's copy_image permission for nova-ceph-multistore"
This commit is contained in:
commit
527d6a5b7d
@ -7,4 +7,8 @@
|
|||||||
create: True
|
create: True
|
||||||
mode: 0777
|
mode: 0777
|
||||||
block: |
|
block: |
|
||||||
echo $'{"copy_image": "\'public\':%(visibility)s"}' > /etc/glance/policy.json
|
# This policy is default to admin only in glance. Override
|
||||||
|
# here to allow everyone and every type of image (private
|
||||||
|
# or public) to copy. This way we will be able to test copy
|
||||||
|
# image via non-admin as well as on private images.
|
||||||
|
echo $'{"copy_image": ""}' > /etc/glance/policy.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user