Devref documentation for client command extension support

Change-Id: I51d5c26467b0e10e215838a02e6be81b6bc07ea9
Closes-Bug: #1470622
Depends-On: If71c9e2bbf888b1a68d3b7dc351f7df02f1a380f
This commit is contained in:
Gal Sagie 2015-07-06 16:22:39 +03:00
parent 12a148b8b3
commit eb9226214f
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
=================================
Client command extension support
=================================
The client command extension adds support for extending the neutron client while
considering ease of creation.
The full document can be found in the python-neutronclient repository:
http://docs.openstack.org/developer/python-neutronclient/devref/client_command_extensions.html

View File

@ -34,6 +34,7 @@ Programming HowTos and Tutorials
contribute
neutron_api
sub_projects
client_command_extensions
Neutron Internals