> +{% highlight java %}
> +NovaApi novaApi = ContextBuilder.newBuilder("openstack-nova")
> +        .credentials(USERNAME, API_KEY)
> +        .buildApi(NovaApi.class);
> +{% endhighlight %}
> +
> +### <a id="ConfigurationException"></a>ConfigurationException
> +```
> +com.google.inject.ConfigurationException: Guice configuration errors:
> +
> +1) No implementation for org.jclouds.rackspace.cloudfiles.v1.CloudFilesApi 
> was bound.
> +  while locating org.jclouds.rackspace.cloudfiles.v1.CloudFilesApi
> +  ...
> +```
> +
> +This is caused by a misconfiguration when creating a view or api.

Not that I'm aware of.

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

Reply via email to