A python client and OpenStackClient plugin for Ironic Inspector
Go to file
Sean McGinnis 2a2f89ee3f
Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: I994c1f73ead8d3374b7bb67b557bec7535affc02
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-05-29 12:30:16 -05:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-18 21:50:48 +02:00
ironic_inspector_client Use unittest.mock instead of third party mock 2020-05-29 12:30:16 -05:00
releasenotes Update releasenotes conf 2020-05-21 14:10:46 +02:00
zuul.d Use only one job for tempest 2020-05-27 14:24:56 +02:00
.gitignore Introducing cli and contributor content 2017-07-19 20:42:30 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:28:24 +00:00
LICENSE Initial import 2015-06-09 13:49:07 +02:00
README.rst Fetch requirements from opendev 2019-05-08 15:48:48 +08:00
bindep.txt Add bindep env and fix pdf doc generation 2019-12-24 13:17:15 +05:30
functest-requirements.txt Convert job to dib 2020-05-15 10:51:57 +02:00
lower-constraints.txt Use unittest.mock instead of third party mock 2020-05-29 12:30:16 -05:00
requirements.txt Move osc-lib to test-requirements 2020-04-06 14:32:04 +02:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:16 -05:00
setup.py Cleanup py27 support 2020-04-04 16:51:22 +02:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-05-29 12:30:16 -05:00
tox.ini Fix pep8 job and functional job 2020-05-14 15:47:21 +02:00

README.rst

Ironic Inspector Client

image

This is a client library and tool for Ironic Inspector.

Please follow usual OpenStack Gerrit Workflow to submit a patch, see Inspector contributing guide for more detail.

Refer to the HTTP API reference for information on the Ironic Inspector HTTP API.