Note
If you configured the Bare Metal service to use Node 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 in Configure Networking to communicate with the bare metal server or another network you created for cleaning:
$ neutron net-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, replace NETWORK_UUID
with the UUID you noted in the previous step:
[neutron]
cleaning_network = NETWORK_UUID
Restart the Bare Metal service’s ironic-conductor:
Fedora/RHEL7/CentOS7:
sudo systemctl restart openstack-ironic-conductor
Ubuntu:
sudo service ironic-conductor restart
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.