
We don't have tempest in our {test-}requirements.txt, which causes docs build to complain about missing tempest.* modules, as we have autodoc enabled, which imports all the modules it can find to get their docstrings. This change adds ironic_tempest_plugin modules to autodoc_exclude_modules, and also adds it to exclude_patterns, so that sphinx ignores ironic_tempest_plugin/* files too. Also fixes a couple of warnings because of the incorrect formatting of the LocalLinkConnectionType.validate docstring. Closes-bug: #1609850 Change-Id: Id24e587b690b423e65dad55e70224426873e8d5d
Ironic
Ironic is an integrated OpenStack project which aims to provision bare metal machines instead of virtual machines, forked from the Nova Baremetal driver. It is best thought of as a bare metal hypervisor API and a set of plugins which interact with the bare metal hypervisors. By default, it will use PXE and IPMI together to provision and turn on/off machines, but Ironic also supports vendor-specific plugins which may implement additional functionality.
Project Resources
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/ironic
- Source: http://git.openstack.org/cgit/openstack/ironic
- Bugs: http://bugs.launchpad.net/ironic
- Wiki: https://wiki.openstack.org/wiki/Ironic
Project status, bugs and RFEs (requests for feature enhancements) are tracked on Launchpad:
Anyone wishing to contribute to an OpenStack project should find a good reference here:
Description
Languages
Python
98.1%
Shell
1.8%