summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2015-12-08 16:45:50 -0600
committerRichard Theis <rtheis@us.ibm.com>2016-01-05 10:09:15 -0600
commit722ce10d3cdb209b92fcb9832fede545c4b4c104 (patch)
tree7032d2f642565851bc6e36a724d8f2a86fa3d40f /doc/source/index.rst
parent88010add39f755ea4c2b4aa54ac6e66f48b1af51 (diff)
downloadpython-neutronclient-722ce10d3cdb209b92fcb9832fede545c4b4c104.tar.gz
Devref: Transition to OpenStack Client
Add developer reference for the transitition of the neutron CLI support to the openstack CLI. Change-Id: I5f9885eab7b6d1b6f4ee0d9cf84a07a0cb9d8c9a Related-Bug: #1521291
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 4ed2049..02a61a1 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -20,13 +20,15 @@ Developer Guide
---------------
In the Developer Guide, you will find information on Neutron’s client
-lower level programming details or APIs.
+lower level programming details or APIs as well as the transition to
+OpenStack client.
.. toctree::
:maxdepth: 2
devref/client_command_extensions
devref/cli_option_guideline
+ devref/transition_to_osc
History
-------