OpenStack Compute (Nova) Client
Go to file
zhangbailin 8c3311eefe Cap sphinx for py2 and drop keyring dependency
Sphinx 2.0.0 dropped Python 2.7 support. This is aligned with
[1] in requirements project.
[1]Change-Id If558f184c959e4b63b56dec3ca1571d1034cfe5c

keyring is also removed since it hasn't been used since change
I62188e73a48f6878ce920a3b4724dba101564aef.

Change-Id: Ib632c327637ba1161a8c07605fd3ef327f5606ee
2019-05-15 09:13:54 -04:00
doc Cap sphinx for py2 and drop keyring dependency 2019-05-15 09:13:54 -04:00
novaclient Merge "[Docs] Update client docs to add reason and locked options" 2019-05-14 16:04:12 +00:00
playbooks/legacy/novaclient-dsvm-functional OpenDev Migration Patch 2019-04-19 19:43:24 +00:00
releasenotes Microversion 2.73: Support adding the reason behind a server lock 2019-05-13 14:37:43 +02: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
.stestr.conf Switch to stestr 2018-07-16 15:43:48 +07:00
.zuul.yaml Drop py35 tests 2019-04-22 22:28:33 +09:00
CONTRIBUTING.rst Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
HACKING.rst Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
LICENSE whitespace cleanups 2011-08-08 13:25:29 -07:00
README.rst Updates for OpenDev transition 2019-04-23 01:18:31 +00:00
babel.cfg Enable i18n with Babel. 2015-09-08 10:10:25 -07:00
bindep.txt Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
lower-constraints.txt Cap sphinx for py2 and drop keyring dependency 2019-05-15 09:13:54 -04:00
requirements.txt Enable split logging for cinder-novaclient interaction 2018-08-24 12:49:36 +00:00
setup.cfg Drop py35 tests 2019-04-22 22:28:33 +09:00
setup.py Updated from global requirements 2017-03-06 01:18:45 +00:00
test-requirements.txt Cap sphinx for py2 and drop keyring dependency 2019-05-15 09:13:54 -04:00
tox.ini Merge "Drop py35 tests" 2019-04-26 02:28:08 +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 command-line script (nova). Each implements 100% of the OpenStack Compute API.