summaryrefslogtreecommitdiff
path: root/neutron/pecan_wsgi
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2019-06-17 18:36:34 -0700
committerSlawek Kaplonski <skaplons@redhat.com>2019-09-20 07:46:06 +0000
commitd1d0a04c37740aefe26d553df1f1fbeaf631151b (patch)
treedc3ce4f40900c59869c027ea16516d8a2803cf5f /neutron/pecan_wsgi
parent090ede21b03c301765ba4a57807b19d83de5a3ac (diff)
downloadneutron-d1d0a04c37740aefe26d553df1f1fbeaf631151b.tar.gz
Remove Neutron LBaaS
Neutron-LBaaS has now been retired and there will be no Train release[1]. This patch removes neutron-lbaas references from neutron. [1] https://review.opendev.org/658494 Closes-Bug: #1833125 Change-Id: I0fe3fbaf4adf7fb104632fd94cd093e701e12289
Diffstat (limited to 'neutron/pecan_wsgi')
-rw-r--r--neutron/pecan_wsgi/controllers/root.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/neutron/pecan_wsgi/controllers/root.py b/neutron/pecan_wsgi/controllers/root.py
index 1ab8fbbc06..06bc3a8440 100644
--- a/neutron/pecan_wsgi/controllers/root.py
+++ b/neutron/pecan_wsgi/controllers/root.py
@@ -121,7 +121,7 @@ class V2Controller(object):
# if collection exists in the extension to service plugins map then
# we are assuming that collection is the service plugin and
# needs to be remapped.
- # Example: https://neutron.endpoint/v2.0/lbaas/loadbalancers
+ # Example: https://neutron.endpoint/v2.0/fwaas/firewall_groups
if (remainder and
manager.NeutronManager.get_resources_for_path_prefix(
collection)):