f6191f2969
The doc8 linter found several syntax problems in our docs; primarily a large number of places we used single-backticks to surround something when we should've used double-backticks. This is frontrunning a change that will add these checks to CI. Change-Id: Ib23b5728c072f2008cb3b19e9fb7192ee5d82413
1.1 KiB
1.1 KiB
Configure the Bare Metal service for cleaning
Note
If you configured the Bare Metal service to do automated_cleaning
(which is
enabled by default), you will need to set the
cleaning_network
configuration option.
Note the network UUID (the
id
field) of the network you created inconfigure-networking
or another network you created for cleaning:$ openstack network list
Configure the cleaning network UUID via the
cleaning_network
option in the Bare Metal service configuration file (/etc/ironic/ironic.conf
). In the following, replaceNETWORK_UUID
with the UUID you noted in the previous step:[neutron] cleaning_network = NETWORK_UUID
Restart the Bare Metal service's ironic-conductor:
Fedora/RHEL8/CentOS8/SUSE: sudo systemctl restart openstack-ironic-conductor Ubuntu: sudo service ironic-conductor restart