> +api.getVirtualGuestApi(); > +api.getDatacenterApi(); > +api.getSoftwareDescriptionApi(); > +api.getVirtualGuestBlockDeviceTemplateGroupApi(); > +api.getAccountApi(); > + > +// Be sure to close the context when done > +computeServiceContext.close(); > +{% endhighlight %} > + > +## SoftLayer Object Storage > +SoftLayer Object Storage is an OpenStack® based blobstore storage system. > + > +{% highlight java %} > +// Get a context with softlayer that offers the portable BlobStore API > +BlobStoreContext context = ContextBuilder.newBuilder("swift")
I am fairly sure that SoftLayer should work with the modern openstack-swift provider -- can we check this before merging? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/134/files#r40135757