[DOC]Added missing yml file and example for test and production environments.
Added reference to test environment sample file and examples of the production environment. Anandoned previous commit https://review.openstack.org/#/c/359394/ to resolve merge conflict of install guide draft merge to install guide. Change-Id: I7744c46bef8b0f5ba8ad1f53aa096d7c252a9614
This commit is contained in:
committed by
Alexandra Settle
parent
a4987a00e9
commit
02ca69a7e9
@@ -9,10 +9,24 @@ Examples are provided below for a test environment and production environment.
|
||||
Test environment
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
.. TODO include openstack_user_config.yml examples when done.
|
||||
.. literalinclude:: ../../../etc/openstack_deploy/openstack_user_config.yml.aio
|
||||
|
||||
Production environment
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. TODO include openstack_user_config.yml examples when done.
|
||||
.. literalinclude:: ../../../etc/openstack_deploy/openstack_user_config.yml.example
|
||||
:start-after: # limitations under the License.
|
||||
|
||||
Setting an MTU on a default lxc bridge (lxcbr0)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
To modify a container MTU, set ``lxc_net_mtu`` to
|
||||
a value other than 1500 in ``user_variables.yml``.
|
||||
|
||||
.. note::
|
||||
|
||||
It is necessary to modify the ``provider_networks`` subsection to
|
||||
reflect the change.
|
||||
|
||||
This will define the MTU on the lxcbr0 interface. An ifup/ifdown will
|
||||
be required if the interface is already up for the changes to take effect.
|
||||
|
||||
Reference in New Issue
Block a user