Zack: Not sure. I haven't got a Rackspace account to try it out yet.
On Wed, Jul 31, 2013 at 12:35 PM, Zack Shoylev <[email protected]>wrote: > I am looking at the examples I use ( > https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/CreateServer.java#L83) > Seems your code is about the same, any issues with it? > > > > From: Bk Lau [mailto:[email protected]] > Sent: Wednesday, July 31, 2013 10:11 AM > To: [email protected] > Subject: NovaComputeService > > 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 >
