A python client and OpenStackClient plugin for Ironic Inspector
Go to file
Sean McGinnis 53bf4e8a21 Fix errors in package metadata
Package metadata was missing author or maintainer information that is
now required due to package checks run by pypi in order to upload. These
checks can be performed locally by running the command:

python setup.py check -s -r

This adds author information to match what is commonly used in other
OpenStack package metadata.

Change-Id: I671560358d8ea0f6c878df2595c26f15e9f8b514
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-07-25 14:19:37 -05:00
doc Follow the new PTI for document build 2018-06-18 12:17:00 +09:00
ironic_inspector_client Merge "Provide proper error message if interface name is invalid" 2018-07-11 15:01:21 +00:00
playbooks/legacy/python-ironic-inspector-client-tempest-dsvm Switch the CI to hardware types and clean up playbook 2018-03-22 14:07:11 +01:00
releasenotes Merge "Provide proper error message if interface name is invalid" 2018-07-11 15:01:21 +00:00
zuul.d add lower-constraints job 2018-05-30 08:29:33 +00:00
.gitignore Introducing cli and contributor content 2017-07-19 20:42:30 +02:00
.gitreview Add gitreview file 2015-06-18 08:41:36 +02:00
LICENSE Initial import 2015-06-09 13:49:07 +02:00
README.rst Add release note link in README 2018-06-28 09:41:49 +00:00
functest-requirements.txt Gate fix: Cap hacking to avoid gate failure 2018-05-09 16:46:15 +02:00
lower-constraints.txt add lower-constraints job 2018-05-30 08:29:33 +00:00
requirements.txt Updated from global requirements 2018-02-17 10:12:38 +00:00
setup.cfg Fix errors in package metadata 2018-07-25 14:19:37 -05:00
setup.py Updated from global requirements 2017-03-02 11:54:29 +00:00
test-requirements.txt Follow the new PTI for document build 2018-06-18 12:17:00 +09:00
tox.ini Follow the new PTI for document build 2018-06-18 12:17:00 +09: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.