Fix the bug "North-South Networking doesn't work".

Correct the spelling mistakes in local.conf.node_2.sample and README.md

Change-Id: I3af09059313712ca398e46018628f0b7fed21a48
Closes-Bug: #1555631
This commit is contained in:
Bean Zhang 2016-03-10 21:35:52 +08:00
parent cc05f07ecb
commit 6ffbcbf5d0
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=bridge:2001:3000,extern:3001
you can change physical network name, but remember to adapt your change to the you can change physical network name, but remember to adapt your change to the
commands showed in this guide; also, change min vlan and max vlan to adapt the commands showed in this guide; also, change min vlan and max vlan to adapt the
vlan range your physical network supports. vlan range your physical network supports.
OVS_BRIDGE_MAPPINGS=bridge:br-bridge,externn:br-ext OVS_BRIDGE_MAPPINGS=bridge:br-bridge,extern:br-ext
- the format is <physical network name>:<ovs bridge name>, you can change these names, - the format is <physical network name>:<ovs bridge name>, you can change these names,
but remember to adapt your change to the commands showed in this guide. but remember to adapt your change to the commands showed in this guide.
Q_USE_PROVIDERNET_FOR_PUBLIC=True Q_USE_PROVIDERNET_FOR_PUBLIC=True

View File

@ -45,7 +45,7 @@ KEYSTONE_AUTH_HOST=10.250.201.24
GLANCE_SERVICE_HOST=10.250.201.24 GLANCE_SERVICE_HOST=10.250.201.24
Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=bridge:2001:3000,extern:3001:4000) Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=bridge:2001:3000,extern:3001:4000)
OVS_BRIDGE_MAPPINGS=bridge:br-bridge,externn:br-ext OVS_BRIDGE_MAPPINGS=bridge:br-bridge,extern:br-ext
# Use Neutron instead of nova-network # Use Neutron instead of nova-network
disable_service n-net disable_service n-net