cinder/releasenotes/notes/add-volume-upload-image-options-3a61a31c544fa034.yaml
Nathaniel Potter f8ce884002 Added more options while uploading volume as image
Added support for is_public/visibility, and protected
while uploading volume as image to image service.
is_public/visibility is used to make the image publicly accessible
and protected is used to prevent the image from being deleted.

DocImpact
APIImpact

Change-Id: I6e6b2276af22b7809ea88289427c6873211b3faf
Closes-Bug: #1288131
2016-03-23 18:55:53 +00:00

5 lines
115 B
YAML

---
fixes:
- Added the options ``visibility`` and ``protected`` to
the os-volume_upload_image REST API call.