From 0da03ad2a4b9231f25b7a519e6cd86aa991dbadd Mon Sep 17 00:00:00 2001 From: shaofeng_cheng Date: Thu, 10 Aug 2017 19:17:26 +0800 Subject: [PATCH] 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 --- doc/ironic-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ironic-guide.rst b/doc/ironic-guide.rst index df7ebb616c..0d324b2ef6 100644 --- a/doc/ironic-guide.rst +++ b/doc/ironic-guide.rst @@ -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