diff options
| author | Mikhail Feoktistov <mfeoktistov@virtuozzo.com> | 2016-12-15 19:29:55 +0300 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2016-12-15 12:46:55 -0500 |
| commit | 63377f25fc7dfae151bab2f6e82002a9a1944e93 (patch) | |
| tree | 2f13993d6be1dbd43588f83b39a79581e3fb0758 /doc/source/command-objects | |
| parent | e24deda9cf473491204c0bf54c260c6fcf15a1b5 (diff) | |
| download | python-openstackclient-63377f25fc7dfae151bab2f6e82002a9a1944e93.tar.gz | |
Add ploop to supported disk formats
This format is used for containers for Virtuozzo hypervisor
Closes-Bug: 1650342
Change-Id: Ic79f29a1fe9ea5016d3d5520c2b06e39da01ff61
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/image.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst index 7fc33c69..9564f099 100644 --- a/doc/source/command-objects/image.rst +++ b/doc/source/command-objects/image.rst @@ -79,7 +79,7 @@ Create/upload an image .. option:: --disk-format <disk-format> Image disk format. The supported options are: ami, ari, aki, vhd, vmdk, - raw, qcow2, vhdx, vdi, and iso. The default format is: raw + raw, qcow2, vhdx, vdi, iso, and ploop. The default format is: raw .. option:: --size <size> @@ -339,7 +339,7 @@ Set image properties .. option:: --disk-format <disk-format> Image disk format. The supported options are: ami, ari, aki, vhd, vmdk, - raw, qcow2, vhdx, vdi, and iso. + raw, qcow2, vhdx, vdi, iso, and ploop. .. option:: --size <size> |
