python-ironicclient/releasenotes/notes/negative-wrap-fix-4197e91b2ecfb722.yaml
M V P Nitesh 38e12731b0 Fixed wrap from taking negative values
Now for wrap input it will take only postive integers as an input and
if any negative numbers are give it will give output as "Wrap argument
should be a non-negative integer".

Change-Id: I39a175e5a30af9128514fef814c6d62d2c283e84
Closes-Bug: #1628797
2017-07-10 13:44:32 +00:00

8 lines
246 B
YAML

---
fixes:
- |
``--wrap`` CLI argument for ``ironic driver-properties`` and
``ironic driver-raid-logical-disk-properties`` commands now takes
only non-negative integers as input. An error is shown if a
negative value is passed.