> +
> +/**
> + * Provides asynchronous access to Consoles via the REST API.
> + * <p/>
> + *
> + * @see ConsoleApi
> + * @author Epi Vou
> + * @see ExtensionAsyncApi
> + * @see <a href= 
> "http://docs.openstack.org/api/openstack-compute/2/content/Extensions-d1e1444.html";
>  />
> + * @see <a href="http://nova.openstack.org/api_ext"; />
> + * @see <a 
> href="http://api.openstack.org/api-ref-compute-v2-ext.html#ext-os-consoles"; />
> + */
> +@Beta
> +@Extension(of = ServiceType.COMPUTE, namespace = 
> ExtensionNamespaces.CONSOLES)
> +@RequestFilters(AuthenticateRequest.class)
> +public interface ConsolesAsyncApi {

@demobox Yes. I already unasynced most of Nova and the extensions. :) Still 
working through that, but for now, I would say keep the async interface. I will 
pull these changes in and unasync in another PR.

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

Reply via email to