A python client and OpenStackClient plugin for Ironic Inspector
Go to file
ghanshyam 6048afc1a0 Gate fix: Cap hacking to avoid gate failure
hacking is not capped in g-r and it is in
blacklist for requirement as hacking new version
can break the gate jobs.

Hacking can break gate jobs because of various
reasons:
- There might be new rule addition in hacking
- Some rules becomes default from non-default
- Updates in pycodestyle etc

That was the main reason it was not added in g-r
auto sync also. Most of the project maintained the
compatible and cap the hacking version in
test-requirements.txt and update to new version when
project is ready. Bumping new version might need code
fix also on project side depends on what new in that
version.

If project does not have cap the hacking version then,
there is possibility of gate failure whenever new hacking
version is released by QA team.

Example of such failure in recent release of hacking 1.1.0
- http://lists.openstack.org/pipermail/openstack-dev/2018-May/130282.html

This change required updating the ironic-inspector commit for
functional testing to the latest master.

Change-Id: I0ca0a7f3fad74ecb7359620dd500fbf3db083de5
2018-05-09 16:46:15 +02:00
doc/source Using --option ARGUMENT 2017-11-07 08:24:50 +00:00
ironic_inspector_client Merge "Add the api help information" 2018-03-13 11:06:30 +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 Update reno for stable/queens 2018-01-26 00:37:20 +00:00
zuul.d Zuul: Remove project name 2018-02-02 11:52:15 -08: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 Update bug tracker URL 2018-03-26 13:56:31 -07:00
functest-requirements.txt Gate fix: Cap hacking to avoid gate failure 2018-05-09 16:46:15 +02:00
requirements.txt Updated from global requirements 2018-02-17 10:12:38 +00:00
setup.cfg Updated from global requirements 2017-09-11 21:29:31 +00:00
setup.py Updated from global requirements 2017-03-02 11:54:29 +00:00
test-requirements.txt Gate fix: Cap hacking to avoid gate failure 2018-05-09 16:46:15 +02:00
tox.ini Avoid tox_install.sh for constraints support 2017-12-02 16:54:04 +00: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.