Hi,

I'm not sure whether this should be sent to user or dev aliases, so I'm 
including both.

I'm trying to access neutron API from an existing ComputeServiceContext.   This 
context was created with the "openstack-nova" provider.   For the neutron API, 
my understanding is the provider need to be set to "openstack-neutron".   My 
question is how to get a reference to neutron API given an existing 
ComputeServiceContext that was created for "openstack-nova".

Below is the code I see for getting reference to NovaApi from 
ComputeServiceContext.   Is there something similar for NeutronApi?   I checked 
jclouds lab code and there is NeutronApi but there isn't a NeutronAsyncApi.


ComputeServiceContext context;

RestContext<NovaApi, NovaAsyncApi> nova = context.unwrap();


Thanks,

-Jeffrey

Reply via email to