Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 98059 invoked from network); 12 Apr 2011 05:49:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Apr 2011 05:49:51 -0000 Received: (qmail 99756 invoked by uid 500); 12 Apr 2011 05:49:50 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 99688 invoked by uid 500); 12 Apr 2011 05:49:42 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 99680 invoked by uid 99); 12 Apr 2011 05:49:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2011 05:49:39 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of markmc@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2011 05:49:33 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3C5nBHe021193 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 12 Apr 2011 01:49:11 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p3C5n94A027761 for ; Tue, 12 Apr 2011 01:49:10 -0400 Subject: [Fwd: [ANNOUNCE] Ninth milestone release of RHEV-M REST API] From: Mark McLoughlin Reply-To: Mark McLoughlin To: deltacloud-dev@incubator.apache.org Content-Type: text/plain; charset="UTF-8" Date: Tue, 12 Apr 2011 06:49:09 +0100 Message-ID: <1302587349.2672.116.camel@sorcha> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Virus-Checked: Checked by ClamAV on apache.org Hey, See the note below about API changes >From looking at the code, it looks like the only change affecting deltacloud is that the available VM type values are now 'server' and 'desktop' Cheers, Mark. -------- Forwarded Message -------- > From: Mark McLoughlin > Reply-to: Mark McLoughlin > To: rhevm-api@lists.fedorahosted.org > Subject: [ANNOUNCE] Ninth milestone release of RHEV-M REST API > Date: Tue, 12 Apr 2011 06:40:05 +0100 > > Hi All, > > We're happy to announce the ninth milestone release of the REST API > for Red Hat Enterprise Virtualization Manager. > > > First of all, there are a number of API changes which may require > existing clients to be updated: > > 1. All client-supplied enums changed to lowercase, removed from the > schema and added to the capabilities resource > > For example, the available NIC types should now be queried from the > capabilities resource: > > > > > ... > > e1000 > pv > rtl8139 > rtl8139_pv > > ... > > 2. The VM "highly available" property has been re-modelled (#229) e.g. > > > > true > 100 > > > > 3. All statistics are now represented using xs:decimal instead of > xs:double > > 4. The VM NIC IP properties have been removed because the information > is not actually available to RHEV-M yet (#257) > > We understand the pain of handling API changes, but we're very close now > to releasing version 1.0! We hope to release 1.0 on May 23 and declare > the API stable. See: > > https://fedorahosted.org/rhevm-api/wiki/Roadmap > > > A big thank you to: > > * Sander Hoentjen > * Geert Jansen > * David Jorm > * Ewoud Kohl van Wijngaarden > * Alan Larkin > * Ori Liel > * Dan Macpherson > * Aron Parsons > * Michael Pasternak > > for their contributions to this release. Thank you also to everyone who > contributed to the design discussions on the mailing list. > > > New features in the release include: > > * A domains collection and users/groups sub-collections (#255) > > * Host address and type properties (#158) > > * Support for host fencing status (#62) > > * VM to allow setting the default host > > * VM/template timezone property (#114) > > * Support for detail=tags in the VMs collection > > * Updated to RESTEasy 2.1.0 > > Other changes include: > > * Fixed handling of disk wipe-after-delete property (#250) > > * Fixed issue with adding a host (#225) > > * Fixed issue with datacenters collection and media type parameters > > * Fixed issue with searching users collection > > * Improvements to the mock implementation > > * Docs improvements > > See also: > > https://fedorahosted.org/rhevm-api/report/19 > > > The 0.9-milestone9 distribution may be downloaded here: > > https://fedorahosted.org/releases/r/h/rhevm-api/rhevm-api-distro-0.9-milestone9.zip > > Signed individual artifacts are also deployed to maven and synced up to > the Central repository: > > http://repo2.maven.org/maven2/com/redhat/rhevm/api > > As usual, the latest API Guide is available here: > > http://markmc.fedorapeople.org/rhevm-api/en-US/html-single/index.html > > and our Installation Guide here: > > http://markmc.fedorapeople.org/rhevm-api-installation/en-US/html-single/index.html > > > As always, further feedback is most welcome! > > Thanks, > Mark.