OpenStack Compute (Nova) Client
Go to file
OpenStack Release Bot 52d92a9f42 Update TOX_CONSTRAINTS_FILE for stable/zed
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/zed branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I19a69e8793f6c9d359698cde39b733f09bd993f5
2022-09-09 15:04:18 +00:00
doc Replace old URLs with new ones 2022-06-24 08:38:31 +00:00
novaclient Fix a fixture for keypairs tests 2022-08-05 23:58:30 +09:00
releasenotes Merge "Add support for 2.92 : keypair import mandatory" 2022-08-02 16:03:40 +00:00
tools Switch to stestr 2018-07-16 15:43:48 +07:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:54:09 +00:00
.gitignore Switch to stestr 2018-07-16 15:43:48 +07:00
.gitreview Update .gitreview for stable/zed 2022-09-09 15:04:17 +00:00
.mailmap Add mailmap entry 2014-05-07 12:16:41 -07:00
.pre-commit-config.yaml Update pre-commit hook, hacking versions 2022-04-08 17:49:08 +09:00
.stestr.conf Switch to stestr 2018-07-16 15:43:48 +07:00
.zuul.yaml Drop lower-constraints.txt and its testing 2022-04-29 20:56:13 -05:00
CONTRIBUTING.rst [Community goal] Update contributor documentation 2020-04-23 16:56:43 +00:00
HACKING.rst Random cleanups 2020-02-21 09:56:37 +00:00
LICENSE whitespace cleanups 2011-08-08 13:25:29 -07:00
README.rst Replace old URLs with new ones 2022-06-24 08:38:31 +00:00
bindep.txt Replace old URLs with new ones 2022-06-24 08:38:31 +00:00
requirements.txt Drop lower-constraints.txt and its testing 2022-04-29 20:56:13 -05:00
setup.cfg Update python classifier as per testing runtime 2022-04-21 14:23:05 -05:00
setup.py Cleanup py27 support 2020-10-12 17:28:31 +08:00
test-requirements.txt Update pre-commit hook, hacking versions 2022-04-08 17:49:08 +09:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/zed 2022-09-09 15:04:18 +00:00

README.rst

Team and repository tags

image

Python bindings to the OpenStack Compute API

Latest Version

This is a client for the OpenStack Compute API. It provides a Python API (the novaclient module) and a deprecated command-line script (nova). The Python API implements 100% of the OpenStack Compute API.