summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2016-05-07 06:37:53 -0500
committerRichard Theis <rtheis@us.ibm.com>2016-05-09 08:15:50 -0500
commit2e048fdc94840b1853326829c94ae0917d5b37f5 (patch)
tree36183fb3a7bcbee8207dcc117e9f7daa9d998d33 /doc
parent98fc6c5757a18c46eae12159a5b540dec8abc6d6 (diff)
downloadpython-neutronclient-2e048fdc94840b1853326829c94ae0917d5b37f5.tar.gz
Devref: Add dynamic routing to OSC transition
Add dynamic routing commands to OSC transition devref. Change-Id: Ifa8c2ece88e185f932cb812d1393750ce93585e9 Related-Bug: #1521291
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