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 <[email protected]> Authored: Wed Sep 5 16:18:43 2018 +0200 Committer: micafer <[email protected]> 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
