js-openstack-lib/test/unit/util
Michael Krotscheck abfe901b5e
AbstractService will try to detect the versions resource in more places.
We have no guarantees that the keystone service catalog will have the
root resource of any given service registered. As most versioned API
endpoints require tokens, we can reasonably assume that a 401 will
be encountered. This patch adds an extra check against the response
from the provided URL, and should a 401 be encountered, attempts
to resolve the versions from the root resource of the provided URL.

Change-Id: I655409f0eb9bfbd3489827db46faef026ede82f9
2016-09-22 07:36:39 -07:00
..
abstract_serviceTest.js AbstractService will try to detect the versions resource in more places. 2016-09-22 07:36:39 -07:00
httpTest.js Removed request and response interception. 2016-08-30 14:22:52 -07:00
versionTest.js Created Version Class 2016-08-15 13:25:38 -07:00