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 4124B194AA for ; Mon, 25 Apr 2016 17:34:56 +0000 (UTC) Received: (qmail 84048 invoked by uid 500); 25 Apr 2016 17:34:56 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 84023 invoked by uid 500); 25 Apr 2016 17:34:56 -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 84014 invoked by uid 99); 25 Apr 2016 17:34:56 -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; Mon, 25 Apr 2016 17:34:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1332DDFDE3; Mon, 25 Apr 2016 17:34:56 +0000 (UTC) From: wrigri To: notifications@libcloud.apache.org Reply-To: notifications@libcloud.apache.org Message-ID: Subject: [GitHub] libcloud pull request: Fix gce_demo for loadbalancing and Python 3 Content-Type: text/plain Date: Mon, 25 Apr 2016 17:34:56 +0000 (UTC) GitHub user wrigri opened a pull request: https://github.com/apache/libcloud/pull/776 Fix gce_demo for loadbalancing and Python 3 ## Fix gce_demo.py for load balancing and Python 3 ### Description Firewall for load balancing needs target tags set instead of source tags. The 'print' statement was causing this code to not run in Python 3.x. ### Status - done, ready for review ### Checklist (tick everything that applies) - [X] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [NA] Documentation - [NA] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [X] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/wrigri/libcloud trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/776.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 #776 ---- commit 99b8ec59c5b279c0eee42e2ef0910620219a7d79 Author: Rick Wright Date: 2016-04-25T17:24:25Z Fix gce_demo for loadbalancing and Python 3 The firewall for loadbalancing needs to have "target tags" set instead of "source tags" and the print statement fails on Python 3. ---- --- 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. ---