Jump to: navigation, search

Obsolete:LanguageBindings

Revision as of 19:15, 21 October 2013 by Everett Toews (talk | contribs) (Everett Toews moved page LanguageBindings to Obsolete:LanguageBindings: Superceded by https://wiki.openstack.org/wiki/SDKs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.