OpenStack Compute (Nova) Client
Go to file
Stephen Finucane c408db2dd9 Update pre-commit hook, hacking versions
This was done with 'pre-commit autoupdate'. An invalid message is
removed from the requirements.txt files as it no longer applies with
pip's new dependency resolver.

Change-Id: I01c3ece51f81d67c740e6faca6b77df7c9932435
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-04-08 17:49:08 +09:00
doc docs: Update docs to reflect deprecation status 2022-04-06 14:18:05 +01:00
novaclient Update pre-commit hook, hacking versions 2022-04-08 17:49:08 +09:00
releasenotes Deprecate nova CLI 2022-04-06 14:17:59 +01: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 OpenDev Migration Patch 2019-04-19 19:43:24 +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 Remove USE_PYTHON3 in .zuul.yaml 2022-03-28 12:00:45 +09: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 docs: Update docs to reflect deprecation status 2022-04-06 14:18:05 +01:00
bindep.txt migrate testing to ubuntu focal 2020-07-11 00:21:25 +00:00
lower-constraints.txt Fix check job failures 2021-12-17 00:24:47 +09:00
requirements.txt Update pre-commit hook, hacking versions 2022-04-08 17:49:08 +09:00
setup.cfg Updating python testing classifier as per Yoga testing runtime 2021-12-17 12:37:29 +00: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 Change minversion of tox to 3.18.0 2021-05-18 22:56:24 +09: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.