* 'master' of github.com:jclouds/jclouds:
minor volume test-related changes
better exception message on key not found
switched to buildView
master is not accessible via getComputer
Nova VolumeClient: adjusting attachment method names after review
Issue 907: initial jenkins api
Nova VolumeClient: improving javadocs
Nova VolumeClient: improving javadocs
Nova VolumeClient: improving javadocs
Adding remaining VolumeClientExpectTest methods
Adding CreateVolume and CreateSnapshot options and improving live tests accordingly
Adding Volumes extension - first stage includes get/list volumes and list attachments
* '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.
...
I found that the previous "apt-get install || (apt-get update; apt-get
install) didn't work in all cases, but switching to always calling
apt-get update got things working properly.