diff --git a/README.md b/README.md index 0549ef97..7dd85eb4 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 f2b2f277..965108c0 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