> +
> +import javax.inject.Named;
> +import javax.ws.rs.Consumes;
> +import javax.ws.rs.DELETE;
> +import javax.ws.rs.POST;
> +import javax.ws.rs.Path;
> +import javax.ws.rs.PathParam;
> +import javax.ws.rs.core.MediaType;
> +
> +/**
> + * interface api for nova
> + */
> +@RequestFilters(AuthenticateRequest.class)
> +@Consumes(MediaType.APPLICATION_JSON)
> +@Path("/servers")
> +public interface InterfaceApi {

This also need to implement the _List interfaces_ and _Show attached interface 
information_ methods from 
[os-interface](http://developer.openstack.org/api-ref-compute-v2-ext.html#ext-os-interface).
 If you have those methods you shouldn't have to depend on particular UUIDs in 
the tests.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/697/files#r26171229

Reply via email to