Client for OpenStack Blazar
Go to file
Pierre Riteau 1db6cb37c6 Remove use of mock.seal()
The seal function was introduced in unittest.mock in Python 3.7. It is
preventing us from using unittest.mock instead of mock.

We can restore it when the minimum runtime is Python 3.7 or later.

Change-Id: Ieb26af07da0c4084fb8c4ea2c4d461eb5595f583
2021-02-23 15:10:51 +01:00
blazarclient Remove use of mock.seal() 2021-02-23 15:10:51 +01:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-22 17:16:38 +00:00
releasenotes Update master for stable/victoria 2020-09-10 19:52:03 +00:00
.gitignore Add test framework for climateclient 2014-02-24 09:06:03 +04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:45:16 +00:00
.testr.conf Add test framework for climateclient 2014-02-24 09:06:03 +04:00
.zuul.yaml Add Python3 wallaby unit tests 2020-09-10 19:52:05 +00:00
HACKING.rst Fix URL to the hacking documentation 2018-02-20 13:58:05 +00:00
LICENSE Add LICENSE and MANIFEST.in files 2014-02-04 23:13:37 +04:00
MANIFEST.in Add LICENSE and MANIFEST.in files 2014-02-04 23:13:37 +04:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 06:16:44 +00:00
lower-constraints.txt Remove six 2020-11-09 14:34:07 +00:00
requirements.txt Remove six 2020-11-09 14:34:07 +00:00
setup.cfg Add py38 package metadata 2020-05-02 07:48:15 -05:00
setup.py Cleanup py27 support 2020-04-04 16:34:45 +02:00
test-requirements.txt Bump hacking max version to 3.0.1 and fix pep8 2021-01-03 11:52:53 +00:00
tox.ini Bump hacking max version to 3.0.1 and fix pep8 2021-01-03 11:52:53 +00:00

README.rst

Team and repository tags

image

Blazar client

This is a client for the OpenStack Blazar API. It provides a Python API (the blazarclient module) and a command-line script (blazar).

Other Resources