Jump to: navigation, search

Difference between revisions of "NovaClientCLI"

Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
= Nova CLI client =
+
= Nova CLI client: python-novaclient =
  
 
While users can interact with nova using [https://launchpad.net/euca2ools eucatools], nova also has its own command-line interface, as well as a Python API that serves as the equivalent to [http://code.google.com/p/boto/ boto].
 
While users can interact with nova using [https://launchpad.net/euca2ools eucatools], nova also has its own command-line interface, as well as a Python API that serves as the equivalent to [http://code.google.com/p/boto/ boto].

Revision as of 03:15, 6 July 2011

Nova CLI client: python-novaclient

While users can interact with nova using eucatools, nova also has its own command-line interface, as well as a Python API that serves as the equivalent to boto.

The python-novaclient code is hosted on Github at https://github.com/rackspace/python-novaclient.

The project is also hosted on PyPI at http://pypi.python.org/pypi/python-novaclient.