From 6ffbcbf5d0c7be428f985b65362d105a3ba0eae6 Mon Sep 17 00:00:00 2001 From: Bean Zhang Date: Thu, 10 Mar 2016 21:35:52 +0800 Subject: [PATCH] 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 --- README.md | 2 +- devstack/local.conf.node_2.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0549ef9..7dd85eb 100644 --- a/README.md +++ b/README.md @@ -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 commands showed in this guide; also, change min vlan and max vlan to adapt the 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 :, you can change these names, but remember to adapt your change to the commands showed in this guide. Q_USE_PROVIDERNET_FOR_PUBLIC=True diff --git a/devstack/local.conf.node_2.sample b/devstack/local.conf.node_2.sample index f2b2f27..965108c 100644 --- a/devstack/local.conf.node_2.sample +++ b/devstack/local.conf.node_2.sample @@ -45,7 +45,7 @@ KEYSTONE_AUTH_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) -OVS_BRIDGE_MAPPINGS=bridge:br-bridge,externn:br-ext +OVS_BRIDGE_MAPPINGS=bridge:br-bridge,extern:br-ext # Use Neutron instead of nova-network disable_service n-net