+1 for release -
minor point and at risk of being pedantic, you probably want to update
server.rb to set the api version to '0.2.0' ( I tried
http://people.apache.org/~lutter/deltacloud/0.2.0/rc1/deltacloud-core-0.2.0.tgz
and version reported in xml and html as 0.1.0).
marios
On 26/01/11 01:45, David Lutterkort wrote:
Hi all,
I just uploaded a release candidate for Deltacloud 0.2.0. The rc is
available from http://people.apache.org/~lutter/deltacloud/0.2.0/rc1/
Please vote on whether this should become the official 0.2.0 release by
Friday, 2011-01-25 16:00 PDT (Saturday 2011-01-26 0:00 UTC, see
http://bit.ly/g5HhoD for other local times)
Overview of the high-level changes in this release:
* Dynamically select driver through the X-Deltacloud-Driver HTTP header;
allow passing in driver-specific endpoint with the
X-Deltacloud-Provider header
* New 'load_balancers' collection, supported for EC2 and GoGrid
* Allow creation/deletion of blobs (S3, CloudFiles, Azure)
* Return HTTP status 405 when trying to perform an action on a instance
that is not available
* Drivers
+ EC2
- security_group and public_ip features for instance creation
- switched to aws gem
+ GoGrid: now have two hardware profiles
+ RHEV-M: completely rewritten; now uses RHEV-M REST API, not Powershell
+ Mock:
- support 'keys' collection
- switch to storage-only driver by setting provider to 'storage'
I will update the website and docs to reflect those changes in time for
the official release.
David