Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF12D1087E for ; Mon, 9 Dec 2013 12:23:51 +0000 (UTC) Received: (qmail 20943 invoked by uid 500); 9 Dec 2013 12:23:51 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 20768 invoked by uid 500); 9 Dec 2013 12:23:49 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 20568 invoked by uid 99); 9 Dec 2013 12:23:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 12:23:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5DB4B8B12DB; Mon, 9 Dec 2013 12:23:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tomaz@apache.org To: commits@libcloud.apache.org Date: Mon, 09 Dec 2013 12:23:46 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/5] git commit: Update __all__ in libcloud.compute.base module. Update __all__ in libcloud.compute.base module. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/01b2487f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/01b2487f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/01b2487f Branch: refs/heads/trunk Commit: 01b2487f14ab33f87e292281ab28869718844e21 Parents: 1e66bb4 Author: Tomaz Muraus Authored: Sun Dec 8 23:30:23 2013 +0100 Committer: Tomaz Muraus Committed: Sun Dec 8 23:30:23 2013 +0100 ---------------------------------------------------------------------- libcloud/compute/base.py | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/01b2487f/libcloud/compute/base.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/base.py b/libcloud/compute/base.py index 326c59d..82350f8 100644 --- a/libcloud/compute/base.py +++ b/libcloud/compute/base.py @@ -56,6 +56,9 @@ __all__ = [ 'NodeAuthPassword', 'NodeDriver', + 'StorageVolume', + 'VolumeSnapshot', + # Deprecated, moved to libcloud.utils.networking 'is_private_subnet', 'is_valid_ip_address'