summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1667266-6497727abc2af9a5.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1667266-6497727abc2af9a5.yaml b/releasenotes/notes/bug-1667266-6497727abc2af9a5.yaml
new file mode 100644
index 00000000..bedfa67f
--- /dev/null
+++ b/releasenotes/notes/bug-1667266-6497727abc2af9a5.yaml
@@ -0,0 +1,9 @@
+---
+fixes:
+ - |
+ Make ``block-device-mapping`` option of ``server create`` command more
+ stable and clear. Fix ValueError when input block device mapping option in
+ wrong format. Support to create block device from snapshot. Add details in
+ help message about block-device-mapping option format and regular value of
+ each item.
+ [Bug `1667266 <https://bugs.launchpad.net/python-openstackclient/+bug/1667266>`_]