summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/devref/transition_to_osc.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/source/devref/transition_to_osc.rst b/doc/source/devref/transition_to_osc.rst
index b12ad8b..98aa437 100644
--- a/doc/source/devref/transition_to_osc.rst
+++ b/doc/source/devref/transition_to_osc.rst
@@ -156,21 +156,24 @@ only with feature requests only being made to the ``openstack`` CLI.
+===========================+===================+=================================================+
| Core | No | python-openstackclient |
+---------------------------+-------------------+-------------------------------------------------+
-| LBaaS v2 | Yes | python-neutronclient |
-| | | (under ``neutronclient/osc/v2/lbaas``) |
+| Dynamic Routing | Yes | python-neutronclient |
+| | | (``neutronclient/osc/v2/dynamic_routing``) |
+---------------------------+-------------------+-------------------------------------------------+
-| VPNaaS v2 | Yes | python-neutronclient |
-| | | (under ``neutronclient/osc/v2/vpnaas``) |
+| FWaaS v1 | N/A | None (deprecated) |
+---------------------------+-------------------+-------------------------------------------------+
| FWaaS v2 | Yes | python-neutronclient |
-| | | (under ``neutronclient/osc/v2/fwaas``) |
+| | | (``neutronclient/osc/v2/fwaas``) |
+---------------------------+-------------------+-------------------------------------------------+
| LBaaS v1 | N/A | None (deprecated) |
+---------------------------+-------------------+-------------------------------------------------+
-| FWaaS v1 | N/A | None (deprecated) |
+| LBaaS v2 | Yes | python-neutronclient |
+| | | (``neutronclient/osc/v2/lbaas``) |
+---------------------------+-------------------+-------------------------------------------------+
| Other | Yes | Applicable project owning networking resource |
+---------------------------+-------------------+-------------------------------------------------+
+| VPNaaS | Yes | python-neutronclient |
+| | | (``neutronclient/osc/v2/vpnaas``) |
++---------------------------+-------------------+-------------------------------------------------+
**Important:** The actual name of the command object and/or action in OSC may differ