Remove old TODO comments
TrivialFix Change-Id: I6cd1e96e40659f6fe24e7b4b9e7955ea2ce5e9ac
This commit is contained in:
parent
cf80214fb4
commit
b7c6b4e4ad
@ -127,7 +127,6 @@ class NsxPluginBase(db_base_plugin_v2.NeutronDbPluginV2,
|
|||||||
subnetpool = self.get_subnetpool(context, subnetpool_id)
|
subnetpool = self.get_subnetpool(context, subnetpool_id)
|
||||||
return subnetpool.get('address_scope_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,
|
def _validate_address_scope_for_router_interface(self, context, router_id,
|
||||||
gw_network_id, subnet_id):
|
gw_network_id, subnet_id):
|
||||||
"""Validate that the GW address scope is the same as the interface"""
|
"""Validate that the GW address scope is the same as the interface"""
|
||||||
|
@ -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: Use Cliff https://pypi.python.org/pypi/cliff
|
||||||
TODO: Define commands instead of -r -o like get-security-groups,
|
TODO: Define commands instead of -r -o like get-security-groups,
|
||||||
delete-security-groups, nsx neutron nsxv3 can be options
|
delete-security-groups, nsx neutron nsxv3 can be options
|
||||||
TODO: Add support for other resources, ports, logical switches etc.
|
|
||||||
TODO: Autocomplete command line args
|
TODO: Autocomplete command line args
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user