Cao Xuan Hoang 8da54e582e Use assertEqual() instead of assertDictEqual()
In unittesttools, assertDictEqual() and assertEqual()
are implemented by using '!=' operator. But assertEqual()
can handle dict, list, set and so on. So we just call
assertEqual() to make the tests simpler.

Change-Id: I2fdae6892abd3c66bb0702d518101f501e05c4e9
2016-09-26 11:07:27 +07:00
2016-09-16 14:37:39 +03:00
2016-09-01 10:55:02 +02:00
2015-03-04 00:07:37 +00:00
2014-10-03 17:15:55 +02:00
2015-09-17 12:12:28 +00:00

Hardware introspection for OpenStack Bare Metal

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 it's power management credentials (e.g. IPMI address, user name and password).

Note

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

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

Description
Hardware introspection daemon for OpenStack Ironic
Readme 23 MiB
Languages
Python 96.3%
Shell 3.5%