Jump to: navigation, search

Difference between revisions of "OpenStackClients"

(Official Clients (in development))
(16 intermediate revisions by 10 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.  There are also robust community supported clients for popular programming environments like Java and .  Below is a collection of known 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].
 +
 
 +
__TOC__
  
 
= Official Clients =
 
= Official Clients =
Line 13: Line 15:
 
* Type: Web UI
 
* Type: Web UI
  
== python-novaclient ==
+
== 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 ==
  
* Project: http://docs.openstack.org/developer/nova/
+
* Project: http://docs.openstack.org/developer/glance/
* Repo:  https://github.com/openstack/python-novaclient.git
+
* Repo:  https://github.com/openstack/python-glanceclient.git
 
* Language: Python 2.6, 2.7
 
* Language: Python 2.6, 2.7
 +
* Type: Library/CLI
 +
* 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-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/python-manilaclient/
 +
* Repo:  https://github.com/openstack/python-manilaclient.git
 +
* Language: Python 2.7, 3.4
 
* Type: Library/CLI
 
* Type: Library/CLI
  
== python-swiftclient ==
+
== python-novaclient ==
  
* Project: http://docs.openstack.org/developer/swift/
+
* Project: http://docs.openstack.org/developer/nova/
* Repo:  https://github.com/openstack/python-swiftclient.git
+
* Repo:  https://github.com/openstack/python-novaclient.git
 
* Language: Python 2.6, 2.7
 
* Language: Python 2.6, 2.7
 
* Type: Library/CLI
 
* Type: Library/CLI
 +
* API: Compute [http://docs.openstack.org/api/openstack-compute/2/content/ 2 (aka 1.1)]
  
== python-keystoneclient ==
+
== python-neutronclient ==
  
* Project: http://docs.openstack.org/developer/keystone/
+
* Project: https://launchpad.net/neutron
* Repo:  https://github.com/openstack/python-keystoneclient.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
 +
* API: Networking [http://docs.openstack.org/api/openstack-network/2.0/content/ 2.0]
  
== python-quantumclient ==
+
== python-swiftclient ==
  
* Project: https://launchpad.net/quantum
+
* Project: http://docs.openstack.org/developer/swift/
* Repo:  https://github.com/openstack/python-quantumclient.git
+
* Repo:  https://github.com/openstack/python-swiftclient.git
 
* Language: Python 2.6, 2.7
 
* Language: Python 2.6, 2.7
 
* Type: Library/CLI
 
* Type: Library/CLI
 +
* API: Object [http://docs.openstack.org/api/openstack-object-storage/1.0/content/ 1.0]
  
 
= 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 67: Line 95:
 
* Type: Library/CLI
 
* Type: Library/CLI
  
= Actively Supported Clients =
+
== python-troveclient ==
  
== jclouds ==
+
* Repo: https://github.com/openstack/python-troveclient.git
 +
* Language: Python 2.7
 +
* Type: Library/CLI
  
* Project: http://www.jclouds.org/
+
= Deprecated Clients =
* Language: Java
 
  
== fog ==
+
== python-keystoneclient ==
  
* Project: http://fog.io/
+
* Project: http://docs.openstack.org/developer/keystone/
* Language: Ruby
+
* Use python-openstackclient instead
 
+
* Repo: https://github.com/openstack/python-keystoneclient.git
= Community Clients (in development) =
+
* Language: Python 2.6, 2.7
 
+
* Type: Library/CLI
== js-openclient ==
+
* API: Identity [http://docs.openstack.org/api/openstack-identity-service/2.0/content/ 2.0]
 
 
* Repo: https://github.com/gabrielhurley/js-openclient
 
* Maintainer: Gabriel Hurley
 
* Type: Library
 
* Language: [[JavaScript]]
 
 
 
== jstack ==
 
 
 
* Repo: https://github.com/ging/jstack
 
* Maintainer: ??
 
* Type: Library
 
* Language: [[JavaScript]]
 
 
 
= Other Clients (status unknown) =
 
 
 
----
 
 
 
== template ==
 
 
 
* Project: <url>
 
* Repo: <url>
 
* Language:
 
* Maintainer: <email>?
 
* Type: Library/GUI/CLI/all of the above
 
* APIs supported: api/version, ...
 

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