> +   Properties properties = new Properties();
> +   properties.setProperty(LocationConstants.PROPERTY_REGION, region);
> +
> +   BlobStoreContext context = ContextBuilder.newBuilder(provider)
> +         .endpoint(endpoint)
> +         .credentials(identity, password)
> +         .modules(modules)
> +         .overrides(properties)
> +         .buildView(BlobStoreContext.class);
> +   storage = context.getBlobStore();
> +   swift = context.unwrap();
> +}
> +{% endhighlight %}
> +</pre>
> +
> +- Try the example above with one of the public clouds. For the Rackspace 
> Cloud init() becomes\

The trailing \ on this line should be a :

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

Reply via email to