> @@ -66,6 +66,7 @@
> * src</a>
> */
> @RequestFilters(AuthenticateRequest.class)
> +@Path("/v1.0")
I'm don't think that hardcoding the Path here is the right way to go. Talking
to the Glance PTL @markwash, the endpoint for any particular version is
variable. Clients should be querying Glance at the base path and parsing the
JSON response for the endpoint for the required version. We need a way to
dynamically set that, I'm going to explore ways we can do that.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/77/files#r10489995