nova-compute-common: Fix switch statement issue that blocks FlatDHCPManager configuration.
This commit is contained in:
parent
743a484c56
commit
7297fd44a4
@ -104,7 +104,7 @@ function configure_network_manager {
|
|||||||
"FlatManager"|"FlatDHCPManager")
|
"FlatManager"|"FlatDHCPManager")
|
||||||
apt-get -y install nova-api nova-network
|
apt-get -y install nova-api nova-network
|
||||||
SERVICES="$SERVICES nova-api nova-network"
|
SERVICES="$SERVICES nova-api nova-network"
|
||||||
;;
|
;;&
|
||||||
"FlatManager")
|
"FlatManager")
|
||||||
local bridge_ip=$(config-get bridge-ip)
|
local bridge_ip=$(config-get bridge-ip)
|
||||||
local bridge_netmask=$(config-get bridge-netmask)
|
local bridge_netmask=$(config-get bridge-netmask)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user