Add ploop in disk_format

"ploop" image format is supported in upstream Glance
https://review.openstack.org/341633

And similar patch has been added in python-openstackclient:
https://review.openstack.org/411405

Co-Authored-By: yuyafei <yu.yafei@zte.com.cn>
Change-Id: I1471224df97cf5fecfe7f02e549855af81c45848
Related-Bug: 1650342
This commit is contained in:
Evgeny Antyshev
2017-01-18 12:13:40 +00:00
parent 54e6faadf2
commit 6ab6a740ff
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ def schema_args(schema_getter, omit=None):
'description': 'Format of the container'},
'disk_format': {
'enum': [None, 'ami', 'ari', 'aki', 'vhd', 'vhdx', 'vmdk',
'raw', 'qcow2', 'vdi', 'iso'],
'raw', 'qcow2', 'vdi', 'iso', 'ploop'],
'type': 'string',
'description': 'Format of the disk'},
'location': {'type': 'string'},