From notifications-return-8191-apmail-libcloud-notifications-archive=libcloud.apache.org@libcloud.apache.org Thu Feb 12 13:09:12 2015 Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F18C21724A for ; Thu, 12 Feb 2015 13:09:12 +0000 (UTC) Received: (qmail 94076 invoked by uid 500); 12 Feb 2015 13:09:13 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 94046 invoked by uid 500); 12 Feb 2015 13:09:13 -0000 Mailing-List: contact notifications-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 notifications@libcloud.apache.org Received: (qmail 94037 invoked by uid 99); 12 Feb 2015 13:09:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2015 13:09:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 85A77E03A1; Thu, 12 Feb 2015 13:09:12 +0000 (UTC) From: allardhoeve To: notifications@libcloud.apache.org Reply-To: notifications@libcloud.apache.org Message-ID: Subject: [GitHub] libcloud pull request: List volume snapshots for openstack Content-Type: text/plain Date: Thu, 12 Feb 2015 13:09:12 +0000 (UTC) GitHub user allardhoeve opened a pull request: https://github.com/apache/libcloud/pull/450 List volume snapshots for openstack Implement `list_volume_snapshots` using list comprehension on results of `ex_list_snapshots`. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ByteInternet/libcloud list-volume-snapshots-for-openstack Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/450.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #450 ---- commit dd1e764dee699c135b626376dd4f0741c46c91cf Author: Allard Hoeve Date: 2015-02-12T13:06:48Z Implement `list_volume_snapshots(volume)` for OpenStack. commit 5e7cf2196b046f359ea36317d3a750d4c55feb7a Author: Allard Hoeve Date: 2015-02-12T13:08:28Z Docstring ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---