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.
Reviewed: https:/ /review. openstack. org/360209 /git.openstack. org/cgit/ openstack/ keystoneauth/ commit/ ?id=b7b887c5192 f2940073d038360 a64041fc4f38cc
Committed: https:/
Submitter: Jenkins
Branch: master
commit b7b887c5192f294 0073d038360a640 41fc4f38cc
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 Ia08538ccf00c90 63dc0d284c5ece9 a969c15500a 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: I04014b6e770c2e 9708c5f9c81c316 0d51603ad0c
Closes-Bug: #1616720