summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-13 10:08:23 +0000
committerGerrit Code Review <review@openstack.org>2017-02-13 10:08:23 +0000
commit13b16c2757ad9c913e5d7ed5ffa459f14c1e6dd3 (patch)
treec2c1ef284e1b3bd7ba98019b475bb8c78ede99ac
parentbd04c290d6b52a565640077368d3c37294018b87 (diff)
parent1f1e4b3db4a9c88cddfec55b22c60d189039ddcd (diff)
downloadironic-13b16c2757ad9c913e5d7ed5ffa459f14c1e6dd3.tar.gz
Merge "Minor updates to multi-tenancy documentation"
-rw-r--r--doc/source/deploy/multitenancy.rst41
1 files changed, 21 insertions, 20 deletions
diff --git a/doc/source/deploy/multitenancy.rst b/doc/source/deploy/multitenancy.rst
index 73d37b2d3..6d78cef7b 100644
--- a/doc/source/deploy/multitenancy.rst
+++ b/doc/source/deploy/multitenancy.rst
@@ -32,7 +32,7 @@ Configuring the Bare Metal service
==================================
Below is an example flow of how to set up the Bare Metal service so that node
-provisioning will happen in a multi-tenant environment (which means using
+provisioning will happen in a multi-tenant environment (which means using the
``neutron`` network interface as stated above):
#. Network interfaces can be enabled on ironic-conductor by adding them to the
@@ -68,12 +68,12 @@ provisioning will happen in a multi-tenant environment (which means using
default, otherwise ``noop`` is the default.
#. Define a provider network in the Networking service, which we shall refer to
- as the "provisioning" network, and add it in the ``neutron`` section of
- the ironic-conductor configuration file. Using ``neutron`` network interface
+ as the "provisioning" network, and add it in the ``neutron`` section of the
+ ironic-conductor configuration file. Using the ``neutron`` network interface
requires that ``provisioning_network`` and ``cleaning_network``
- configuration options are set to valid Networking service's network
- identifiers (UUID or name); otherwise cleaning or provisioning will fail to
- start::
+ configuration options are set to valid identifiers (UUID or name) of
+ networks in the Networking service. If these options are not set correctly,
+ cleaning or provisioning will fail to start::
[neutron]
...
@@ -121,22 +121,23 @@ provisioning will happen in a multi-tenant environment (which means using
groups during provisioning and/or cleaning of the nodes. If not specified,
default security groups are used.
- First define security groups in the Networking service, to be used for
- provisioning and/or cleaning networks. Then add the list of these security
- group UUIDs under the ``neutron`` section of ironic-conductor's
- configuration file as shown below::
+ #. Define security groups in the Networking service, to be used for
+ provisioning and/or cleaning networks.
- [neutron]
- ...
- cleaning_network=$CLEAN_UUID_OR_NAME
- cleaning_network_security_groups=[$LIST_OF_CLEAN_SECURITY_GROUPS]
- provisioning_network=$PROVISION_UUID_OR_NAME
- provisioning_network_security_groups=[$LIST_OF_PROVISION_SECURITY_GROUPS]
+ #. Add the list of these security group UUIDs under the ``neutron`` section
+ of ironic-conductor's configuration file as shown below::
+
+ [neutron]
+ ...
+ cleaning_network=$CLEAN_UUID_OR_NAME
+ cleaning_network_security_groups=[$LIST_OF_CLEAN_SECURITY_GROUPS]
+ provisioning_network=$PROVISION_UUID_OR_NAME
+ provisioning_network_security_groups=[$LIST_OF_PROVISION_SECURITY_GROUPS]
- Multiple security groups may be applied to a given network, hence,
- they are specified as a list.
- The same security group(s) could be used for both provisioning and
- cleaning networks.
+ Multiple security groups may be applied to a given network, hence,
+ they are specified as a list.
+ The same security group(s) could be used for both provisioning and
+ cleaning networks.
.. warning::
If security groups are configured as described above, do not