btrishkin commented on this pull request.


> @@ -61,7 +61,7 @@
 
 @RequestFilters({ BasicAuthentication.class, OrganisationIdFilter.class })
 @Consumes(MediaType.APPLICATION_JSON)
-@Path("/{jclouds.api-version}/server")
+@Path("/2.6/server")

Our API have different implementations for different versions, so we cannot 
simply provide 2.4 version while calling 2.6 ServerApi (the same for all other 
features that we have (Account, Infrastructure, Network, ServerImage, Tag)). 
So probably this version will be better hardcoded to reflect latest 
dimensiondata API version supported by jclouds (it is 2.4 now in jclouds while 
latest released dimensiondata version is 2.7 and we're going to try and update 
everything to reflect that).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/434#discussion_r182087364

Reply via email to