From b7c6b4e4adca65167cfb6349703ff6b69513ae92 Mon Sep 17 00:00:00 2001 From: Adit Sarfaty <asarfaty@vmware.com> Date: Thu, 8 Mar 2018 10:18:33 +0200 Subject: [PATCH] Remove old TODO comments TrivialFix Change-Id: I6cd1e96e40659f6fe24e7b4b9e7955ea2ce5e9ac --- vmware_nsx/plugins/common/plugin.py | 1 - vmware_nsx/shell/nsxadmin.py | 1 - 2 files changed, 2 deletions(-) diff --git a/vmware_nsx/plugins/common/plugin.py b/vmware_nsx/plugins/common/plugin.py index 81a9c072ac..3eed3da5cc 100644 --- a/vmware_nsx/plugins/common/plugin.py +++ b/vmware_nsx/plugins/common/plugin.py @@ -127,7 +127,6 @@ class NsxPluginBase(db_base_plugin_v2.NeutronDbPluginV2, subnetpool = self.get_subnetpool(context, subnetpool_id) return subnetpool.get('address_scope_id', '') - # TODO(asarfaty): the NSX-V3 needs a very similar code too def _validate_address_scope_for_router_interface(self, context, router_id, gw_network_id, subnet_id): """Validate that the GW address scope is the same as the interface""" diff --git a/vmware_nsx/shell/nsxadmin.py b/vmware_nsx/shell/nsxadmin.py index 29714dba59..f55a2dab34 100644 --- a/vmware_nsx/shell/nsxadmin.py +++ b/vmware_nsx/shell/nsxadmin.py @@ -20,7 +20,6 @@ to build utilities to help the on-field ops in system debugging. TODO: Use Cliff https://pypi.python.org/pypi/cliff TODO: Define commands instead of -r -o like get-security-groups, delete-security-groups, nsx neutron nsxv3 can be options -TODO: Add support for other resources, ports, logical switches etc. TODO: Autocomplete command line args """