Specify which nodes in the host cloud need modification

The configuration changes described in the readme only need to be
made on compute nodes.  While it won't hurt to make them on
controllers as well, it's best to be explicit.
This commit is contained in:
Ben Nemec 2016-05-17 16:51:19 -05:00
parent 4cbc8ec642
commit 8009f6b68a
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,9 @@ to run OVB. In a TripleO deployment, this would be the overcloud.
Patching the Host Cloud
^^^^^^^^^^^^^^^^^^^^^^^
The changes described in this section apply to compute nodes in the
host cloud.
Apply the Nova pxe boot patch file in the ``patches`` directory to the host
cloud Nova. Examples:
@ -48,6 +51,9 @@ Devstack:
Configuring the Host Cloud
^^^^^^^^^^^^^^^^^^^^^^^^^^
The changes described in this section apply to compute nodes in the
host cloud.
#. Neutron must be configured to use the NoopFirewallDriver. Edit
``/etc/neutron/plugins/ml2/ml2_conf.ini`` and set the option
``firewall_driver`` in the ``[securitygroup]`` section as follows::