> +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")

Is there a version of Softlayer Object Storage that would work with 
`"openstack-swift"`?

`"swift"` is deprecated and scheduled to be remove in jclouds 2.0.

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

Reply via email to