You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by vd...@apache.org on 2018/09/19 08:09:52 UTC

[16/18] libcloud git commit: Fix lint issue

Fix lint issue


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

Branch: refs/heads/trunk
Commit: 45d33fdacc79c182f8a17bd2f628e10c8ab184ec
Parents: 5728c2b
Author: micafer <mi...@upv.es>
Authored: Wed Sep 5 16:18:43 2018 +0200
Committer: micafer <mi...@upv.es>
Committed: Wed Sep 5 16:18:43 2018 +0200

----------------------------------------------------------------------
 libcloud/compute/drivers/openstack.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/45d33fda/libcloud/compute/drivers/openstack.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/openstack.py b/libcloud/compute/drivers/openstack.py
index 024961d..211c651 100644
--- a/libcloud/compute/drivers/openstack.py
+++ b/libcloud/compute/drivers/openstack.py
@@ -2849,6 +2849,7 @@ class OpenStack_2_NodeDriver(OpenStack_1_1_NodeDriver):
         response = self.network_connection.request(
             self._subnets_url_prefix).object
         return self._to_subnets(response)
+
     def ex_list_ports(self):
         """
         List all OpenStack_2_PortInterfaces