From 049e7fc07718104c4e389ec6d079fb41b5541e7d Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Sat, 25 Jul 2015 01:23:20 +0200 Subject: [PATCH] Ensure network_type flat is passed when creating flat network Previously the docs did not mention usage of network_type flat param when creating the external network, which resulted in neutron creating one of vxlan or gre type, depending on tenant network type. Change-Id: I9ba27d80b9f943964ed6da6000108ba59687cec5 --- doc/source/basic_deployment/basic_deployment.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/basic_deployment/basic_deployment.rst b/doc/source/basic_deployment/basic_deployment.rst index 2aa5a2f1d..4980b7092 100644 --- a/doc/source/basic_deployment/basic_deployment.rst +++ b/doc/source/basic_deployment/basic_deployment.rst @@ -326,10 +326,11 @@ Setup the Overcloud network Initial networks in Neutron in the Overlcoud need to be created for tenant instances. The following are example commands to create the initial networks. Edit the address ranges, or use the necessary neutron commands to match the -environment appropriately.:: +environment appropriately. This assumes a dedicated interface or native VLAN:: - neutron net-create nova --router:external + neutron net-create nova --router:external --provider:network_type flat \ + --provider:physical_network datacentre neutron subnet-create --name nova --disable-dhcp \ --allocation-pool start=172.16.23.140,end=172.16.23.240 \ --gateway 172.16.23.251 nova 172.16.23.128/25