Change cleaning_network_uuid to cleaning_network

Cleaning_network_uuid config option was Deprecated.
The cleaning_network replace it.
see:
https://docs.openstack.org/ironic/latest/configuration/sample-config.html

Kolla ansible code was updated it.
see:
https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/ironic/templates/ironic.conf.j2#L74

So,we need update in ironic-guide.rst.

Change-Id: Ia0e1eb3adf3b8eacaf14458bf8ab395b44bfd631
This commit is contained in:
shaofeng_cheng 2017-08-10 19:17:26 +08:00
parent cbf9309eb8
commit 0da03ad2a4

View File

@ -69,7 +69,7 @@ Create the flat network to launch the instances:
--ip-version=4 --gateway=$GATEWAY_IP --allocation-pool \
start=$START_IP,end=$END_IP --enable-dhcp
And then the above ID is used to set cleaning_network_uuid in the neutron
And then the above ID is used to set cleaning_network in the neutron
section of ironic.conf.
.. _documentation: https://docs.openstack.org/ironic/latest/install/index.html