> +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")
I probably kept it because the old code had it like that. Both seem to pass live tests. In devstack, there is no version in the endpoint path. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/111/files#r15361404
