Remove reference to Neutron LBaaS dashboard

Neutron LBaaS and its dashboard have been retired. References to the
dashboard can be removed.

Change-Id: I357ba8f74c004eaa617870e1c9d2b4e60a4cfac8
This commit is contained in:
Carlos Goncalves 2019-06-04 16:08:20 +02:00
parent 78cf55b660
commit 4b268b775e

View File

@ -72,44 +72,3 @@ Howto
in your Horizon::
$ sudo service apache2 restart
Enabling octavia-dashboard and neutron-lbaas-dashboard
------------------------------------------------------
In general we advise against having both dashboards running at the same
time to avoid confusing users, which is exaggerated since the dashboards
will have the same label.
In rare circumstances, e.g. as part of a migration strategy, it might be
necessary to do so. The main issue to watch out for is to avoid neutron-lbaas
and Octavia getting out of sync and neutron-lbaas-dashboard showing phantom
load balancers - this can be avoided if the sync between Octavia and
neutron-lbaas is fully enabled.
Here is a table to show some cases:
+---------------+-----------------+----------------+-----------+--------------+
| Configuration | Configuration | neutron-lbaas- | octavia- | Notes |
| neutron-lbaas | Octavia | dashboard | dashboard | |
| | | enabled | enabled | |
+---------------+-----------------+----------------+-----------+--------------+
| not installed | v2 API enabled | not supported | preferred | |
+---------------+-----------------+----------------+-----------+--------------+
| octavia-driver| v2 API disabled | supported | not | sync |
| | v1 API enabled | | supported | required |
+---------------+-----------------+----------------+-----------+--------------+
| octavia-driver| v2 API enabled | supported | preferred | sync |
| | v1 API enabled | | | required |
+---------------+-----------------+----------------+-----------+--------------+
| octavia-proxy | v1 API disabled | Supported (but | preferred | |
| plugin | v2 API enabled | not | | |
| | | recommended) | | |
+---------------+-----------------+----------------+-----------+--------------+
| no octavia | not installed | preferred | not | |
| driver but | | | supported | |
| other drivers | | | | |
+---------------+-----------------+----------------+-----------+--------------+
| no octavia | v2 API enabled | preferred | preferred | independent |
| driver but | v1 API disabled | | | services |
| other drivers | | | | |
+---------------+-----------------+----------------+-----------+--------------+