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:
parent
5229f820a3
commit
e69ec61aa6
@ -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``
|
||||
|
@ -8,6 +8,7 @@
|
||||
"get_images": "",
|
||||
"modify_image": "",
|
||||
"publicize_image": "",
|
||||
"copy_from": "",
|
||||
|
||||
"download_image": "",
|
||||
"upload_image": "",
|
||||
|
@ -9,6 +9,7 @@
|
||||
"get_images": "",
|
||||
"modify_image": "",
|
||||
"publicize_image": "",
|
||||
"copy_from": "",
|
||||
|
||||
"download_image": "",
|
||||
"upload_image": "",
|
||||
|
Loading…
Reference in New Issue
Block a user