Comment 6 for bug 1658614

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/429645
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=e8b6a9f7be7e773396c8fe1021d8798aa0e2a4a9
Submitter: Jenkins
Branch: master

commit e8b6a9f7be7e773396c8fe1021d8798aa0e2a4a9
Author: Rui Chen <email address hidden>
Date: Mon Feb 6 18:49:40 2017 +0800

    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