> @@ -41,7 +40,7 @@
> /**
> * Provides access to the OpenStack Networking (Neutron) v2 API.
> */
> -@Path("{" + Constants.PROPERTY_API_VERSION + "}")
> +@Path("v2.0")
Let me add a TODO tag in both places + labs only comment + a JIRA to track it
for now. Then I want to do some more digging for alternatives today and
tomorrow. Do you think that makes sense for now, as a compromise(d) :) solution?
________________________________
From: Adrian Cole [[email protected]]
Sent: Wednesday, November 12, 2014 11:38 AM
To: jclouds/jclouds-labs-openstack
Cc: Zack Shoylev
Subject: Re: [jclouds-labs-openstack] Adds rackspace cloudnetworks-us provider
(#169)
In
openstack-neutron/src/main/java/org/jclouds/openstack/neutron/v2/NeutronApi.java:
> @@ -41,7 +40,7 @@
> /**
> * Provides access to the OpenStack Networking (Neutron) v2 API.
> */
> -@Path("{" + Constants.PROPERTY_API_VERSION + "}")
> +@Path("v2.0")
It needs to be clear in the code that this is an unacceptable hack and that it
won't leave labs. Ex. add a TODO tag and own the upstream problem? (or the flaw
in the registration of this in keystone, if that's the answer!)
—
Reply to this email directly or view it on
GitHub<https://github.com/jclouds/jclouds-labs-openstack/pull/169/files#r20235298>.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/169/files#r20237753