* 'master' of github.com:jclouds/jclouds: (62 commits)
modernized cloudwatch
always display some error content
added tests
Follow up to f06d273 that addresses pull request comments.
Follow up to e58d91e that addresses pull request comments.
Upgrade to Guava 12.0
Do not set member until we completely validate it
Prefer unsynchronized StringBuilder
Adding links to openstack-keystone admin API documentation
Adding openstack-keystone to labs pom
Fixing javadocs
Renaming the service client (user operations) ServiceClient to better match up to Keystone documentation
Fixing javadocs
Renaming the service client (user operations) ServiceClient to better match up to Keystone documentation
Renaming 'ServiceClient's AuthenticationClients to save confusion with user-accessible ServiceClient in keystone 2.0
Adding unit tests for keystone 2.0 AdminURL supplier
Adding openstack-keystone to expose additional methods available on keystone api
Adding AdminURL supplier for keystone 2.0
Optimize clearContainer for large folders
Extended support to apis/cloudwatch for getting metrics.
...
* 'master' of github.com:jclouds/jclouds: (50 commits)
wrapper -> view; typo undo
wrapper -> view
removed freegeoip, as it hasn't worked in ages
created base Context class with ProviderMetadata and Identity
'uniqueVersion' is no longer supported in Maven 3
Using the Javadoc plugin's 'aggregate-jar' goal instead of 'aggregate' for the jclouds-multi Javadoc build, so the Javadocs are actually attached and deployed
Modify a warning message to state the problem in full right at the beginning of the message (instead of having the crucial part of the message drifting in the middle of an ocean of toString()ed objects)
fixed aws-ec2 image parsing
Issue 905:create openstack-swift api
functions for regions
base implemenation of nodepool
Switch to calling apt-get update before every apt-get install.
added javadoc
functions and endpoints for vCloud Director
bugfix for self-referential loop + test
Add a live test for swift multipart upload.
Remove useless comment.
Remove deub prints and fall back to traditional upload if file is not large enough.
Enable multipart for HPCloud.
Use CommonSwiftClient instead of SwiftClient in multipart code.
...