Hi:

Is NovaComputeService currently intended to be used as below?

ctx=ContextBuilder.newBuilder("openstack-nova")//
                .endpoint("....")//
                .credentials("...", "....")//
                .buildView(ComputeServiceContext.class);
   NovaComputeService s=(NovaComputeService)ctx.getComputeService();

Thanks,
BK

Reply via email to