Merge "Make nova-ceph-multistore use policy.yaml"

This commit is contained in:
Zuul 2021-03-11 06:57:25 +00:00 committed by Gerrit Code Review
commit 88ea40c1f8
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@
# 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
echo $'"copy_image": ""' >> /etc/glance/policy.yaml
sudo systemctl restart 'devstack@g-*'