You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2016/04/13 19:13:54 UTC

[3/4] libcloud git commit: minor pep8 fix

minor pep8 fix

Closes #738

Signed-off-by: Tomaz Muraus <to...@tomaz.me>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/dbd11a68
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/dbd11a68
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/dbd11a68

Branch: refs/heads/trunk
Commit: dbd11a68228b20396fc458a9d4f8ef529d6a3f11
Parents: 6bb6609
Author: lionel <li...@sixsq.com>
Authored: Wed Apr 13 16:09:06 2016 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Wed Apr 13 19:03:28 2016 +0200

----------------------------------------------------------------------
 libcloud/compute/drivers/openstack.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/dbd11a68/libcloud/compute/drivers/openstack.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/openstack.py b/libcloud/compute/drivers/openstack.py
index b4daa57..1fa3479 100644
--- a/libcloud/compute/drivers/openstack.py
+++ b/libcloud/compute/drivers/openstack.py
@@ -2068,8 +2068,8 @@ class OpenStack_1_1_NodeDriver(OpenStackNodeDriver):
                 except:
                     # IPv6
 
-                    # Openstack Icehouse sets 'OS-EXT-IPS:type' to 'floating' for
-                    # public and 'fixed' for private
+                    # Openstack Icehouse sets 'OS-EXT-IPS:type' to 'floating'
+                    # for public and 'fixed' for private
                     explicit_ip_type = value.get('OS-EXT-IPS:type', None)
 
                     if label in public_networks_labels: