0970e3d031
rename included files to not have ".rst" extension, otherwise they are being scanned for ref targets and found targets are effectively counted twice (both in file that includes, and in the file being included), producing a warning/error. Change-Id: I2eec5b1b16d253998f45e6f0551a92c2ab6f5609 Closes-Bug: #1743780
13 lines
657 B
PHP
13 lines
657 B
PHP
The Bare Metal service is configured via its configuration file. This file
|
|
is typically located at ``/etc/ironic/ironic.conf``.
|
|
|
|
Although some configuration options are mentioned here, it is recommended that
|
|
you review all the :doc:`/configuration/sample-config`
|
|
so that the Bare Metal service is configured for your needs.
|
|
|
|
It is possible to set up an ironic-api and an ironic-conductor services on the
|
|
same host or different hosts. Users also can add new ironic-conductor hosts
|
|
to deal with an increasing number of bare metal nodes. But the additional
|
|
ironic-conductor services should be at the same version as that of existing
|
|
ironic-conductor services.
|