Jump to: navigation, search

Difference between revisions of "Obsolete:LanguageBindings"

m (Text replace - "__NOTOC__" to "")
m (Everett Toews moved page LanguageBindings to Obsolete:LanguageBindings: Superceded by https://wiki.openstack.org/wiki/SDKs)
 
(No difference)

Latest revision as of 19:15, 21 October 2013

The information on this page has been superseded by wiki.openstack.org/SDKs


Language bindings

There are bindings in several programming language for the OpenStack APIs:

Python

python-novaclient is the official Python binding for OpenStack Compute (Nova) APIs. It is used to implement the nova command-line tool (which ships with the library), and is also used by the OpenStack Dashboard (Horizon).

Ruby

Fog supports multiple cloud APIs, including OpenStack. It is used to implement the knife OpenStack plugin used by Chef.

Java

OpenStack Java SDK is a Java binding that is used to implement OpenStack UI, a GWT UI intended to be a base platform to integrate OpenStack related services.