python-openstackclient/releasenotes/notes/bug-1677236-7de9d11c3f0fb5ed.yaml
Jens Rosenboom 61cde9c8e8 Fix block-device-mapping when volume_size is empty
The Nova API responds with an validation error when a bdm is submitted
containing an empty volume_size. So instead omit that attribute when it
is empty.

Change-Id: Iba905fca8c440a03e828c20922f3b813bba3fa3a
Closes-Bug: 1677236
2017-04-03 11:26:35 +00:00

7 lines
165 B
YAML

---
fixes:
- |
Fix creating a server with a block-device-mapping when volume_size
is empty.
[Bug `1677236 <https://bugs.launchpad.net/bugs/1652827>`_]