Jump to: navigation, search

Difference between revisions of "Obsolete:LanguageBindings"

Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
'''The information on this page has been superseded by [http://wiki.openstack.org/SDKs wiki.openstack.org/SDKs]'''
 +
 +
----
 +
 +
''
 
= Language bindings =
 
= Language bindings =
  
Line 15: Line 20:
  
 
[https://github.com/woorea/openstack-java-sdk OpenStack Java SDK] is a Java binding that is used to implement [http://woorea.github.com/openstack-ui/ OpenStack UI], a GWT UI intended to be a base platform to integrate OpenStack related services.
 
[https://github.com/woorea/openstack-java-sdk OpenStack Java SDK] is a Java binding that is used to implement [http://woorea.github.com/openstack-ui/ OpenStack UI], a GWT UI intended to be a base platform to integrate OpenStack related services.
 +
''

Revision as of 17:58, 22 October 2012

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.