> @@ -41,7 +40,7 @@
> /**
> * Provides access to the OpenStack Networking (Neutron) v2 API.
> */
> -@Path("{" + Constants.PROPERTY_API_VERSION + "}")
> +@Path("v2.0")
> Why exactly is there a rush to get this in
There seems to be a lot of interest (user-side) in neutron. The approach here,
while unarguably ugly, does not affect users, but provides extra functionality
in the form of additional compatibility. It also avoids modifying core jclouds
and keeps the fix within a Beta API.
> Pay for new code by fixing other vs continually add to the pile.
Valid concerns. This PR proposes a trade-off that you disagree with.
> Somehow you get the idea that my statement isn't blocking.
Where did I say that? I was trying to explain the technical reasoning behind
this approach. It would be much more difficult to get people to discuss it (or
propose a more elegant solution) without a PR. There seems to be some confusion
here - apologies.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/169/files#r20231355