Browse Source
Documentation layout aligned with the OS standards. The configuration page refactored, configuration options documentation automatically generated by oslo_config.sphinxext. Closes-Bug: #1706175 Change-Id: I544d92d64833c0887b14509063334c39a0c428f1changes/70/491870/2
5 changed files with 41 additions and 1 deletions
@ -0,0 +1,13 @@
|
||||
Configuration Guide |
||||
=================== |
||||
|
||||
The ironic-inspector service operation is defined by a configuration |
||||
file. The overview of configuration file options follow. |
||||
|
||||
.. toctree:: |
||||
:maxdepth: 1 |
||||
|
||||
Ironic Inspector Configuration Options <ironic-inspector> |
||||
Sample Ironic Inspector Configuration <sample-config> |
||||
|
||||
|
@ -0,0 +1,7 @@
|
||||
|
||||
--------------------- |
||||
ironic-inspector.conf |
||||
--------------------- |
||||
|
||||
.. show-options:: |
||||
:config-file: config-generator.conf |
@ -0,0 +1,14 @@
|
||||
====================================== |
||||
Ironic Inspector Configuration Options |
||||
====================================== |
||||
|
||||
The following is a sample Ironic Inspector configuration for |
||||
adaptation and use. It is auto-generated from Ironic Inspector |
||||
when this documentation is built, so if you find issues with an |
||||
option, please compare your version of Ironic Inspector with the |
||||
version of this documentation. |
||||
|
||||
The sample configuration can also be downloaded as a :download:`file |
||||
</_static/ironic-inspector.conf.sample>`. |
||||
|
||||
.. literalinclude:: /_static/ironic-inspector.conf.sample |
Loading…
Reference in new issue