From f5eda3bed74953c701e764e3a3f907f4ebf3a5be Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 12 Jan 2014 21:08:43 +0100 Subject: [PATCH] Update docs.o.o/developer/language-bindings.html Remove obsolete link to API Quick Guide, replace it with links to User Guide and Admin User Guide Add Heat and Ceilometer clients Redirect python-quantumclient documentation to python-neutronclient Change-Id: I6cdf5cd107383688192ede6d08a4f18f4c51eb87 --- www/developer/.htaccess | 3 +++ www/developer/language-bindings.html | 21 +++++++++++++++++---- 2 files changed, 20 insertions(+), 4 deletions(-) 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.