summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMikhail Feoktistov <mfeoktistov@virtuozzo.com>2016-12-15 19:29:55 +0300
committerSteve Martinelli <s.martinelli@gmail.com>2016-12-15 12:46:55 -0500
commit63377f25fc7dfae151bab2f6e82002a9a1944e93 (patch)
tree2f13993d6be1dbd43588f83b39a79581e3fb0758 /releasenotes
parente24deda9cf473491204c0bf54c260c6fcf15a1b5 (diff)
downloadpython-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 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1650342-22cb88ef37a41872.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1650342-22cb88ef37a41872.yaml b/releasenotes/notes/bug-1650342-22cb88ef37a41872.yaml
new file mode 100644
index 00000000..345d6831
--- /dev/null
+++ b/releasenotes/notes/bug-1650342-22cb88ef37a41872.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Add ``ploop`` as a valid disk format choice for ``image create``
+ and ``image set`` commands.
+ [Bug `1650342 <https://bugs.launchpad.net/bugs/1650342>`_]