Actually @axel3rd I think we should somehow edit `List Servers` and `Swift: Use 
Containers` paragraphs as well pointing maybe the reader to the authentication 
section above instead of using 
```
        novaApi = ContextBuilder.newBuilder(provider)
                .endpoint("http://xxx.xxx.xxx.xxx:5000/v2.0/";)
                .credentials(identity, credential)
                .modules(modules)
                .buildApi(NovaApi.class);
```
wdyt? 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/214#issuecomment-387054793

Reply via email to