Comment 2 for bug 1616720

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

Reviewed: https://review.openstack.org/360209
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=b7b887c5192f2940073d038360a64041fc4f38cc
Submitter: Jenkins
Branch: master

commit b7b887c5192f2940073d038360a64041fc4f38cc
Author: Jamie Lennox <email address hidden>
Date: Thu Aug 25 13:49:35 2016 +1000

    get_endpoint should return None when no version found

    After patch Ia08538ccf00c9063dc0d284c5ece9a969c15500a the urljoin would
    ensure that a URL was always returned from the get_endpoint method even
    when the version was not available. This breaks plugin discovery and a
    number of other areas.

    Change-Id: I04014b6e770c2e9708c5f9c81c3160d51603ad0c
    Closes-Bug: #1616720