Metadata-Version: 2.0
Name: ironic-inspector
Version: 3.2.0
Summary: Hardware introspection for OpenStack Bare Metal
Home-page: https://launchpad.net/ironic-inspector
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache-2
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Requires-Dist: Babel (>=1.3)
Requires-Dist: Flask (>=0.10,<1.0)
Requires-Dist: SQLAlchemy (<1.1.0,>=1.0.10)
Requires-Dist: alembic (>=0.8.0)
Requires-Dist: eventlet (>=0.18.2,!=0.18.3)
Requires-Dist: futurist (>=0.11.0)
Requires-Dist: jsonpath-rw (>=1.2.0,<2.0)
Requires-Dist: jsonschema (!=2.5.0,>=2.0.0,<3.0.0)
Requires-Dist: keystonemiddleware (!=4.1.0,>=4.0.0)
Requires-Dist: netaddr (>=0.7.12,!=0.7.16)
Requires-Dist: oslo.concurrency (>=3.5.0)
Requires-Dist: oslo.config (>=3.7.0)
Requires-Dist: oslo.db (>=4.1.0)
Requires-Dist: oslo.i18n (>=2.1.0)
Requires-Dist: oslo.log (>=1.14.0)
Requires-Dist: oslo.middleware (>=3.0.0)
Requires-Dist: oslo.rootwrap (>=2.0.0)
Requires-Dist: oslo.utils (>=3.5.0)
Requires-Dist: pbr (>=1.6)
Requires-Dist: python-ironicclient (>=1.1.0)
Requires-Dist: python-keystoneclient (!=1.8.0,>=1.6.0,!=2.1.0)
Requires-Dist: python-swiftclient (>=2.2.0)
Requires-Dist: six (>=1.9.0)
Requires-Dist: stevedore (>=1.5.0)

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).

* Free software: Apache license
* Source: http://git.openstack.org/cgit/openstack/ironic-inspector
* Bugs: http://bugs.launchpad.net/ironic-inspector
* Blueprints: https://blueprints.launchpad.net/ironic-inspector
* Downloads: https://pypi.python.org/pypi/ironic-inspector
* Documentation: http://docs.openstack.org/developer/ironic-inspector
* Python client library and CLI tool: `python-ironic-inspector-client
  <https://pypi.python.org/pypi/python-ironic-inspector-client>`_.

.. _Ironic: https://wiki.openstack.org/wiki/Ironic

.. note::
    **ironic-inspector** was called *ironic-discoverd* before version 2.0.0.

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

.. _the release notes: http://docs.openstack.org/releasenotes/ironic-inspector/



