python-manilaclient/releasenotes/notes/handle-missing-api-minor-version-5a6d242f28883442.yaml
Daniel Gonzalez 0cf64700c3 Handle error for missing minor api version
Change the api version regex to forbid empty minor versions,
thereby ensuring that manilaclient raises an UnsupportedVersion
exception as one would expect in this case.

Change-Id: I93268b15ec0b5ee95ea3599bb75bf6fa364e0b91
Closes-Bug: #1590409
2016-06-10 13:51:49 +02:00

4 lines
81 B
YAML

---
fixes:
- Added proper error handling for missing API minor version number.