> +{% 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.
Do we have any convention on the capitalization (or not) of "API"?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/94/files#r12256410