OpenStack Compute (Nova) Client
Go to file
Takashi Natsume b72236df71 Remove Python 3.8 support
Python 3.8 is no longer be part of tested runtimes since 2024.2 and is
reaching its EOL soon. Bump the minimum supported python version.
Also declare Python 3.12 support because now it's part of the tested
runtimes.

Change-Id: Ie2b1cb2eb0f2eb6da3266c3fb55b5f3aef7e6af7
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
2024-10-04 21:01:44 +09:00
doc [doc] change directive noindex to no-index 2024-08-29 17:27:23 +00:00
novaclient Merge "support get and list server's metadata" 2024-08-30 11:12:20 +00:00
releasenotes Remove Python 3.8 support 2024-10-04 21:01:44 +09: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 hacking version in pre commit config 2024-01-27 23:03:00 +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
bindep.txt Replace old URLs with new ones 2022-06-24 08:38:31 +00: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
pyproject.toml add pyproject.toml to support pip 23.1 2023-11-02 11:27:53 +00:00
README.rst Replace old URLs with new ones 2022-06-24 08:38:31 +00:00
requirements.txt Remove old excludes 2024-05-01 01:05:58 +00:00
setup.cfg Remove Python 3.8 support 2024-10-04 21:01:44 +09:00
setup.py Cleanup py27 support 2020-10-12 17:28:31 +08:00
test-requirements.txt Remove old excludes 2024-05-01 01:05:58 +00:00
tox.ini tox: Add Python-specific functional envs 2024-08-29 09:42:09 +00:00

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.