From 8ea8324baedc4b283d53384e7210563c114724df Mon Sep 17 00:00:00 2001 From: Abhishek Raut Date: Thu, 23 Jul 2015 09:40:45 -0700 Subject: [PATCH] Remove get_namespace() from l2gw extensions This method was removed from all extensions per I3c406910991c33cf959c5345d76153eabe3ace2d Change-Id: Idc357dedfac1d5a9376dee5629893f7db608bdac Closes-bug: 1477794 --- networking_l2gw/extensions/l2gateway.py | 5 ----- networking_l2gw/extensions/l2gatewayconnection.py | 5 ----- 2 files changed, 10 deletions(-) diff --git a/networking_l2gw/extensions/l2gateway.py b/networking_l2gw/extensions/l2gateway.py index c05edb1..a425bfb 100644 --- a/networking_l2gw/extensions/l2gateway.py +++ b/networking_l2gw/extensions/l2gateway.py @@ -61,11 +61,6 @@ class L2gateway(extensions.ExtensionDescriptor): def get_description(cls): return "Connects Neutron networks with external networks at layer 2." - @classmethod - def get_namespace(cls): - return "https://review.openstack.org/#/c/144173/3/specs/kilo/" - "l2-gateway-api.rst" - @classmethod def get_updated(cls): return "2015-01-01T00:00:00-00:00" diff --git a/networking_l2gw/extensions/l2gatewayconnection.py b/networking_l2gw/extensions/l2gatewayconnection.py index 80735eb..d572f74 100644 --- a/networking_l2gw/extensions/l2gatewayconnection.py +++ b/networking_l2gw/extensions/l2gatewayconnection.py @@ -58,11 +58,6 @@ class L2gatewayconnection(extensions.ExtensionDescriptor): def get_description(cls): return "Connects Neutron networks with external networks at layer 2." - @classmethod - def get_namespace(cls): - return "https://review.openstack.org/#/c/144173/3/specs/kilo/" - "l2-gateway-api.rst" - @classmethod def get_updated(cls): return "2014-01-01T00:00:00-00:00"