OpenStack Compute (Nova) Client
Go to file
Takashi Kajinami e059ab8a89 Bump hacking
hacking 4.0.x is very old (it was released 3 years ago).

Change-Id: Ia82da2421db271a97603930c6eef50e93cea77c5
2024-01-17 01:29:39 +09:00
doc Replace old URLs with new ones 2022-06-24 08:38:31 +00:00
novaclient Typo - nova CLI deprecation warning 2023-05-17 12:21:29 +10:00
releasenotes Update master for stable/2023.2 2023-09-07 09:37:25 +00:00
tools Switch to stestr 2018-07-16 15:43:48 +07:00
.coveragerc coveragerc: Fix wrong omitted directory 2023-12-19 20:57:57 +09: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 Disable NEUTRON_ENFORCE_SCOPE at function job 2023-11-21 20:37:46 +01: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 for python 3.10 2022-11-22 19:48:27 +00:00
setup.py Cleanup py27 support 2020-10-12 17:28:31 +08:00
test-requirements.txt Bump hacking 2024-01-17 01:29:39 +09:00
tox.ini Make tox.ini tox 4.0.0 compatible 2022-12-22 16:52:04 +01: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.