2018-03-17 05:24:05 +01:00
|
|
|
This is a client for OpenStack Nova API. There's a Python API (the novaclient
|
|
|
|
module), and a command-line script (installed as nova). Each implements the
|
|
|
|
entire OpenStack Nova API.
|
2011-12-09 09:26:43 +01:00
|
|
|
|
2018-03-17 05:24:05 +01:00
|
|
|
You'll need credentials for an OpenStack cloud that implements the Compute API,
|
|
|
|
such as TryStack, HP, or Rackspace, in order to use the nova client.
|
|
|
|
|
|
|
|
WWW: https://docs.openstack.org/python-novaclient/latest/
|