> +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")Thanks @everett-toews, sorry for my belated answer, but I'm not getting notifications from this thread, not sure why. I'm not totally familiar with `SwiftAuthenticatioMode` but I'm happy to update this guide as soon as the next jclouds release will be out! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/134/files#r23374535
