Jump to: navigation, search

Difference between revisions of "NovaClientCLI"

m (Text replace - "__NOTOC__" to "")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
+
 
 
= Nova CLI client: python-novaclient =
 
= 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].
  
The ''python-novaclient'' code is hosted on Github at https://github.com/rackspace/python-novaclient.
+
The ''python-novaclient'' code is hosted on Github at  
 +
https://github.com/openstack/python-novaclient
  
 
The project is also hosted on PyPI at http://pypi.python.org/pypi/python-novaclient.
 
The project is also hosted on PyPI at http://pypi.python.org/pypi/python-novaclient.
 +
----
 +
[[Category:Nova]]

Latest revision as of 23:29, 17 February 2013

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/openstack/python-novaclient

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