ironic/doc/source/install/configure-cleaning.rst
Ruby Loo 8aadc1a229 Correct URLs in install docs
This corrects the URLs in the install documentation. The changes include:
- changing http to https
- changing absolute links to relative links (where applicable)
- updating links (due to doc migrations)
- removing old links

Change-Id: Iecca07e0da5e6b326baa0142f366449a4c5cfd89
2017-08-22 16:47:46 -04:00

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.

  1. Note the network UUID (the id field) of the network you created in configure-networking or another network you created for cleaning:

    $ neutron net-list
  2. 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
  3. Restart the Bare Metal service's ironic-conductor:

    Fedora/RHEL7/CentOS7/SUSE:
      sudo systemctl restart openstack-ironic-conductor
    
    Ubuntu:
      sudo service ironic-conductor restart