Merge "Adding missing copy_from policy from policy.json"

This commit is contained in:
Jenkins 2013-12-24 15:04:21 +00:00 committed by Gerrit Code Review
commit b36b4d6cb6
3 changed files with 7 additions and 0 deletions

View File

@ -56,6 +56,11 @@ The actions that may have a rule enforced on them are:
* ``PUT /v1/images/<IMAGE_ID>``
* ``PUT /v2/images/<IMAGE_ID>/file``
* ``copy_from`` - Copy binary image data from URL
* ``POST /v1/images``
* ``PUT /v1/images/<IMAGE_ID>``
* ``add_image`` - Create an image entity
* ``POST /v1/images``

View File

@ -8,6 +8,7 @@
"get_images": "",
"modify_image": "",
"publicize_image": "",
"copy_from": "",
"download_image": "",
"upload_image": "",

View File

@ -9,6 +9,7 @@
"get_images": "",
"modify_image": "",
"publicize_image": "",
"copy_from": "",
"download_image": "",
"upload_image": "",