From 781929333f55eee4ddb131440ced315e271f976b Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 27 Feb 2014 16:17:35 -0500 Subject: [PATCH] Use nova network-create --bridge for FlatDHCP Although it's not documented anywhere, the --bridge-interface option is only used by the VLAN network manager, but this page explicitly uses FlatDHCP, so the --bridge option is appropriate. Change-Id: I2bb13ba53cdc09171f16862f6915687a07de2150 --- doc/install-guide/section_nova-network.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-guide/section_nova-network.xml b/doc/install-guide/section_nova-network.xml index adcf779acd..9ec6a26da8 100644 --- a/doc/install-guide/section_nova-network.xml +++ b/doc/install-guide/section_nova-network.xml @@ -102,5 +102,5 @@ public_interface=eth1 controller: # source openrc.sh # nova network-create vmnet --fixed-range-v4=10.0.0.0/24 \ - --bridge-interface=br100 --multi-host=T + --bridge=br100 --multi-host=T