Files
openstack-ansible/doc/source/install-guide-revised-draft/configure-user-config-examples.rst
Alexandra c4efaddb27 [DOCS] Clean up of draft install guide
1. Move security info to appendix

Change-Id: I03f1a4a1fd74472fd99edc12d1a238056fc75d5d
Implements: blueprint osa-install-guide-overhaul
2016-08-22 15:39:28 +00:00

1.1 KiB

Home OpenStack-Ansible Installation Guide

openstack_user_config.yml examples

The /etc/openstack_deploy/openstack_user_config.yml configuration file contains parameters to configure target host, and target host networking. Examples are provided below for a test environment and production environment.

Test environment

Production environment

Setting an MTU on a default lxc bridge (lxcbr0)

To modify a container MTU it is required to 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.