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 @@
-

Client Documentation +

OpenStack + End User Guide

-

User guide for the OpenStack command-line clients. +

User guide for the OpenStack dashboard and command-line clients. +

+

OpenStack + Admin User Guide +

+

Admin user guide for the OpenStack + dashboard and command-line clients.

Compute Python Bindings (nova client)

@@ -140,15 +147,21 @@

Unified OpenStack Client

Documentation for python-openstackclient, a unified shell command structure.

-

Network Service Python Bindings (neutron client) +

Networking Service Python Bindings (neutron client)

-

Python bindings for the OpenStack Network API.

+

Python bindings for the OpenStack Networking API.

Object Storage Python Bindings (swift client)

Python bindings for the OpenStack Object Storage service.

Volume Python Bindings (cinder client)

Python bindings for the OpenStack Volume service.

+

Orchestration Python Bindings (heat client) +

+

Python bindings for the OpenStack Orchestration service.

+

Telemetry Python Bindings (ceilometer client) +

+

Python bindings for the OpenStack Telemetry service.