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 066561096D for ; Thu, 18 Dec 2014 22:45:16 +0000 (UTC) Received: (qmail 18364 invoked by uid 500); 18 Dec 2014 22:45:15 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 18337 invoked by uid 500); 18 Dec 2014 22:45:15 -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 18325 invoked by uid 99); 18 Dec 2014 22:45:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2014 22:45:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 906B49CA9D2; Thu, 18 Dec 2014 22:45:15 +0000 (UTC) From: erjohnso To: notifications@libcloud.apache.org Reply-To: notifications@libcloud.apache.org Message-ID: Subject: [GitHub] libcloud pull request: [google compute] Add missing attributes/met... Content-Type: text/plain Date: Thu, 18 Dec 2014 22:45:15 +0000 (UTC) GitHub user erjohnso opened a pull request: https://github.com/apache/libcloud/pull/419 [google compute] Add missing attributes/methods to create_node() @Kami, @runseb - I would appreciate a review of this one. This PR has the potential to break GCE users, but the `demos/gce_demo.py` and tox tests are all good, so I think it's in good shape. Improvements to Node. Adding missing attributes and methods to make it match the GCE API. * Added Node attributes such as `canIpForward`, `serviceAccounts`, etc to `node['extra']`. * Added `ex_add_access_config()` * Added `ex_delete_access_config()` * Added `ex_set_node_metadata()` * Added `ex_get_serial_output()` The newly added attributes and methods docs are covered at https://cloud.google.com/compute/docs/reference/latest/instances You can merge this pull request into a Git repository by running: $ git pull https://github.com/erjohnso/libcloud GCE_Instances Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/419.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 #419 ---- commit d2fec9ebb607eb2c76e542a4fd34cc777346cd34 Author: Eric Johnson Date: 2014-12-15T21:21:45Z [google compute] Add missing attributes/methods to create_node() ---- --- 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. ---