> +import javax.ws.rs.PUT;
> +import javax.ws.rs.Path;
> +import javax.ws.rs.PathParam;
> +import javax.ws.rs.core.MediaType;
> +
> +/**
> + * Provides synchronous access to Router operations on the OpenStack Neutron 
> API.
> + * <p/>
> + * A logical entity for forwarding packets across internal subnets and 
> NATting them on external
> + * networks through an appropriate external gateway.
> + *
> + * @see <a href=
> + *      
> "http://docs.openstack.org/api/openstack-network/2.0/content/router_ext.html";>api
>  doc</a>
> + */
> +@Beta
> +@Path("/v2.0/routers")

Using `v2.0` here is brittle. I would *assume* that it would already be 
appended to the endpoint's `publicURL`. What does the actual service catalog 
return for the Neutron endpoint? I would expect this to be `@Path("/routers")`

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/111/files#r15358811

Reply via email to