Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 80031 invoked from network); 28 Oct 2010 23:59:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Oct 2010 23:59:53 -0000 Received: (qmail 40595 invoked by uid 500); 28 Oct 2010 23:59:53 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 40536 invoked by uid 500); 28 Oct 2010 23:59:53 -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 40483 invoked by uid 99); 28 Oct 2010 23:59:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 23:59:53 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=10.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 lutter@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; Thu, 28 Oct 2010 23:59:45 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9SNxNK5015429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 28 Oct 2010 19:59:23 -0400 Received: from avon.watzmann.net (ovpn-113-44.phx2.redhat.com [10.3.113.44]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9SNxMPs010475 for ; Thu, 28 Oct 2010 19:59:22 -0400 From: lutter@redhat.com To: deltacloud-dev@incubator.apache.org Subject: Two small fixes Date: Thu, 28 Oct 2010 16:59:15 -0700 Message-Id: <1288310357-15348-1-git-send-email-lutter@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-Virus-Checked: Checked by ClamAV on apache.org These two patches massage the API a little: the first one removes storage snapshots and volumes from the RHEV-M driver, support for them was greatly exaggerated. The second patch removes anything from the storage volume/snapshot API that I'd consider risky in terms of keeping the API stable. With these patches, I am actually happy with the state of the API, and will proceed to the next step: a release. David