From fde5d2c9211bac765b024ce9a9e2eeafd4481d19 Mon Sep 17 00:00:00 2001 From: Dao Cong Tien Date: Wed, 28 Sep 2016 14:04:12 +0700 Subject: [PATCH] Fix inexact config option name in multitenancy.rst Change-Id: Iba78274e91683c7241142222420082981f4738ce --- doc/source/deploy/multitenancy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/deploy/multitenancy.rst b/doc/source/deploy/multitenancy.rst index 6b7b195299..0c1bd7df1f 100644 --- a/doc/source/deploy/multitenancy.rst +++ b/doc/source/deploy/multitenancy.rst @@ -74,7 +74,7 @@ interface as stated above): #. Define a provider network in neutron, which we shall refer to as the "provisioning" network, and add it in under the neutron section in ironic-conductor configuration file. Using ``neutron`` network interface - requires that ``provision_network_uuid`` and ``cleaning_network_uuid`` + requires that ``provisioning_network_uuid`` and ``cleaning_network_uuid`` configuration options are set to a valid neutron network UUIDs, otherwise ironic-conductor will fail to start::