Go to file
Thomas Goirand 2459cd8531 Python 3.7: fix os.errno -> errno
In Python 3.7, there's no longer a os.errno, it's now available directly
from the root instead.

This patch therefore, tries to "import errno", and fallsback to
"import os.errno as errno" if it fails. Then in the content of the code,
we simply use the errno module directly.

Change-Id: Ibf385ab32a8098e936c019303633de38a848076c
2018-08-30 10:22:19 +02:00
2017-03-01 14:46:28 +02:00
2018-08-16 09:44:52 -04:00
2017-10-02 14:28:58 +00:00
2015-03-04 00:07:37 +00:00
2018-07-05 16:36:29 +07:00
2014-10-03 17:15:55 +02:00
2018-04-24 09:57:43 +08:00
2018-07-14 07:49:50 -04:00
2017-03-02 11:45:30 +00:00
2018-08-03 16:53:44 +08:00

Hardware introspection for OpenStack Bare Metal

Introduction

image

This is an auxiliary service for discovering hardware properties for a node managed by Ironic. Hardware introspection or hardware properties discovery is a process of getting hardware parameters required for scheduling from a bare metal node, given its power management credentials (e.g. IPMI address, user name and password).

Note

ironic-inspector was called ironic-discoverd before version 2.0.0.

Release Notes

For information on any current or prior version, see the release notes.

Description
Hardware introspection daemon for OpenStack Ironic
Readme 23 MiB