diff --git a/www/developer/.htaccess b/www/developer/.htaccess index 2faa962b06..6464b80153 100644 --- a/www/developer/.htaccess +++ b/www/developer/.htaccess @@ -1,5 +1,8 @@ # Redirect for the rename of quantum to neutron redirect 301 /developer/quantum/ /developer/neutron/ +# Redirect for the rename of python-quantumclient to python-neutronclient +redirect 301 /developer/python-quantumclient/ /developer/python-neutronclient/ + # Redirect to api.openstack.org for nova's old api_ext doc redirect 301 /developer/nova/api_ext/ http://api.openstack.org/api-ref.html diff --git a/www/developer/language-bindings.html b/www/developer/language-bindings.html index 24a9f9d5a5..4688b1e403 100644 --- a/www/developer/language-bindings.html +++ b/www/developer/language-bindings.html @@ -122,9 +122,16 @@
User guide for the OpenStack command-line clients. +
User guide for the OpenStack dashboard and command-line clients. +
+Admin user guide for the OpenStack + dashboard and command-line clients.
Documentation for python-openstackclient, a unified shell command structure.
-Python bindings for the OpenStack Network API.
+Python bindings for the OpenStack Networking API.
Python bindings for the OpenStack Object Storage service.
Python bindings for the OpenStack Volume service.
+Python bindings for the OpenStack Orchestration service.
+Python bindings for the OpenStack Telemetry service.