diff --git a/doc/source/devref/client_command_extensions.rst b/doc/source/devref/client_command_extensions.rst new file mode 100644 index 00000000000..f2bb8d83027 --- /dev/null +++ b/doc/source/devref/client_command_extensions.rst @@ -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 \ No newline at end of file diff --git a/doc/source/devref/index.rst b/doc/source/devref/index.rst index d54d442697d..0ed2d3296f0 100644 --- a/doc/source/devref/index.rst +++ b/doc/source/devref/index.rst @@ -34,6 +34,7 @@ Programming HowTos and Tutorials contribute neutron_api sub_projects + client_command_extensions Neutron Internals