Adding missing copy_from policy from policy.json

The current policy.json file is missing the copy_from policy in order
to be exhaustive.

DocImpact
Change-Id: Ibc0d1fa7626629c28c514514a985a6b89db2ac69
Closes-bug: #1258999
This commit is contained in:
Yanis Guenane 2013-12-09 00:08:07 +00:00
parent 5229f820a3
commit e69ec61aa6
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": "",