Convert Neutron config to nested (in docs)

Change-Id: I51fc9c451c494d42c3c9d581224f99d9a856b44c
This commit is contained in:
Yuriy Taraday 2016-10-07 17:26:09 +03:00
parent 0d87617fbc
commit 29e35622c9
2 changed files with 9 additions and 5 deletions

View File

@ -118,7 +118,8 @@ files (1 for CLI configuration and 1 with topology).
configs: configs:
private_interface: eth0 private_interface: eth0
public_interface: eth1 public_interface: eth1
neutron_external_interface: eth2 neutron:
external_interface: eth2
nodes: nodes:
node[1,2-3,4,5-6,7,8-9]: node[1,2-3,4,5-6,7,8-9]:
roles: roles:
@ -185,7 +186,8 @@ files (1 for CLI configuration and 1 with topology).
configs: configs:
private_interface: eth0 private_interface: eth0
public_interface: eth1 public_interface: eth1
neutron_external_interface: eth2 neutron:
external_interface: eth2
nodes: nodes:
node[1,2-3,4,5-6,7,8-9]: node[1,2-3,4,5-6,7,8-9]:
roles: roles:
@ -252,7 +254,8 @@ files (1 for CLI configuration and 1 with topology).
configs: configs:
private_interface: eth0 private_interface: eth0
public_interface: eth1 public_interface: eth1
neutron_external_interface: eth2 neutron:
external_interface: eth2
nodes: nodes:
node[1,2-3,4,5-6,7,8-9]: node[1,2-3,4,5-6,7,8-9]:
roles: roles:

View File

@ -116,7 +116,8 @@ Append global CCP configuration:
configs: configs:
private_interface: eth0 private_interface: eth0
public_interface: eth1 public_interface: eth1
neutron_external_interface: eth2 neutron:
external_interface: eth2
EOF EOF
Make sure to adjust it to your environment, since the network configuration of Make sure to adjust it to your environment, since the network configuration of
@ -126,7 +127,7 @@ your environment may be different.
- ``public_interface`` - should point to eth with public ip address (you can - ``public_interface`` - should point to eth with public ip address (you can
use private iface here, if you want to bind all services to internal use private iface here, if you want to bind all services to internal
network) network)
- ``neutron_external_interface`` - should point to eth without ip addr (it - ``neutron.external_interface`` - should point to eth without ip addr (it
actually might be non-existing interface, CCP will create it). actually might be non-existing interface, CCP will create it).
Fetch CCP components repos: Fetch CCP components repos: