Jump to: navigation, search

Difference between revisions of "OpenStackClients"

(Moved other languages to the SDKs page.)
(Official Clients (in development))
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
+
 
 
= [[OpenStack]] Clients =
 
= [[OpenStack]] Clients =
  
 
Each [[OpenStack]] project has a related client project that includes Python API bindings and a CLI.  Below is a collection of known clients. For a list of known software development kits for other programming languages see [http://wiki.openstack.org/SDKs SDKs].
 
Each [[OpenStack]] project has a related client project that includes Python API bindings and a CLI.  Below is a collection of known clients. For a list of known software development kits for other programming languages see [http://wiki.openstack.org/SDKs SDKs].
  
<<[[TableOfContents]]()>>
+
__TOC__
  
 
= Official Clients =
 
= Official Clients =
Line 14: Line 14:
 
* Language: Python 2.6, 2.7
 
* Language: Python 2.6, 2.7
 
* Type: Web UI
 
* Type: Web UI
 +
 +
== python-openstackclient ==
 +
 +
* Supports compute, image, volume and object store.
 +
* Project: http://docs.openstack.org/developer/python-openstackclient/
 +
* Repo:  https://github.com/openstack/python-openstackclient.git
 +
* Language: Python 2.6, 2.7, 3.4
 +
* Type: CLI
  
 
== python-glanceclient ==
 
== python-glanceclient ==
Line 23: Line 31:
 
* API: Image [http://docs.openstack.org/api/openstack-image-service/2.0/content/ 2.0], [http://docs.openstack.org/api/openstack-image-service/1.1/content/ 1.1]
 
* API: Image [http://docs.openstack.org/api/openstack-image-service/2.0/content/ 2.0], [http://docs.openstack.org/api/openstack-image-service/1.1/content/ 1.1]
  
== python-keystoneclient ==
+
== python-ironicclient ==
 +
 
 +
* Project: http://docs.openstack.org/developer/python-ironicclient/
 +
* Repo:  https://github.com/openstack/python-ironicclient.git
 +
* Language: Python 2.7, 3.4
 +
* Type: Library/CLI
 +
 
 +
== python-manilaclient ==
  
* Project: http://docs.openstack.org/developer/keystone/
+
* Project: http://docs.openstack.org/developer/python-manilaclient/
* Repo:  https://github.com/openstack/python-keystoneclient.git
+
* Repo:  https://github.com/openstack/python-manilaclient.git
* Language: Python 2.6, 2.7
+
* Language: Python 2.7, 3.4
 
* Type: Library/CLI
 
* Type: Library/CLI
* API: Identity [http://docs.openstack.org/api/openstack-identity-service/2.0/content/ 2.0]
 
  
 
== python-novaclient ==
 
== python-novaclient ==
Line 39: Line 53:
 
* API: Compute [http://docs.openstack.org/api/openstack-compute/2/content/ 2 (aka 1.1)]
 
* API: Compute [http://docs.openstack.org/api/openstack-compute/2/content/ 2 (aka 1.1)]
  
== python-quantumclient ==
+
== python-neutronclient ==
  
* Project: https://launchpad.net/quantum
+
* Project: https://launchpad.net/neutron
* Repo:  https://github.com/openstack/python-quantumclient.git
+
* Repo:  https://github.com/openstack/python-neutronclient.git
 
* Language: Python 2.6, 2.7
 
* Language: Python 2.6, 2.7
 
* Type: Library/CLI
 
* Type: Library/CLI
Line 57: Line 71:
 
= Official Clients (in development) =
 
= Official Clients (in development) =
  
== python-openstackclient ==
+
== python-barbicanclient ==
  
* Repo: https://github.com/openstack/python-openstackclient.git
+
* Repo: https://git.openstack.org/openstack/python-barbicanclient
* Language: Python 2.6, 2.7
+
* Language: Python 2.7, 3.4
* Type: CLI
+
* Type: Library/CLI
  
 
== python-cinderclient ==
 
== python-cinderclient ==
Line 81: Line 95:
 
* Type: Library/CLI
 
* Type: Library/CLI
  
----
+
== python-troveclient ==
 +
 
 +
* Repo: https://github.com/openstack/python-troveclient.git
 +
* Language: Python 2.7
 +
* Type: Library/CLI
 +
 
 +
= Deprecated Clients =
  
== template ==
+
== python-keystoneclient ==
  
* Project: <url>
+
* Project: http://docs.openstack.org/developer/keystone/
* Repo: <url>
+
* Use python-openstackclient instead
* Language:
+
* Repo: https://github.com/openstack/python-keystoneclient.git
* Maintainer: <email>?
+
* Language: Python 2.6, 2.7
* Type: Library/GUI/CLI/all of the above
+
* Type: Library/CLI
* APIs supported: api/version, ...
+
* API: Identity [http://docs.openstack.org/api/openstack-identity-service/2.0/content/ 2.0]

Revision as of 18:57, 3 August 2016

OpenStack Clients

Each OpenStack project has a related client project that includes Python API bindings and a CLI. Below is a collection of known clients. For a list of known software development kits for other programming languages see SDKs.

Official Clients

Horizon

python-openstackclient

python-glanceclient

python-ironicclient

python-manilaclient

python-novaclient

python-neutronclient

python-swiftclient

Official Clients (in development)

python-barbicanclient

python-cinderclient

python-ceilometerclient

python-heatclient

python-troveclient

Deprecated Clients

python-keystoneclient