python-openstackclient/releasenotes/notes/bug-1658614-f84a8cece6f2ef8c.yaml
Rui Chen e8b6a9f7be Fix wrong behavior of parsing plugin service name
When the service name end with keyword "os", like: antiddos,
the parsing logic isn't suitable, that cause the service api
version specified by users don't work.

Change-Id: I5d6217c77d7cd2d2f360d78d8561261398b96685
Closes-Bug: #1658614
2017-02-08 00:47:22 +00:00

8 lines
294 B
YAML

---
fixes:
- |
Fix wrong behavior of parsing plugin service name when the service name end
with keyword ``os``, like: antiddos. That cause the service api version
specified by users don't work.
[Bug `1658614 <https://bugs.launchpad.net/python-openstackclient/+bug/1658614>`_]