add multi_host option
This commit is contained in:
parent
eba18fbfa5
commit
1c9f0afeb3
1 changed files with 3 additions and 0 deletions
3
stack.sh
3
stack.sh
|
@ -308,6 +308,9 @@ add_nova_flag "--glance_api_servers=$GLANCE_HOSTPORT"
|
||||||
if [ -n "$FLAT_INTERFACE" ]; then
|
if [ -n "$FLAT_INTERFACE" ]; then
|
||||||
add_nova_flag "--flat_interface=$FLAT_INTERFACE"
|
add_nova_flag "--flat_interface=$FLAT_INTERFACE"
|
||||||
fi
|
fi
|
||||||
|
if [ -n "$MULTI_HOST" ]; then
|
||||||
|
add_nova_flag "--multi_host=$MULTI_HOST"
|
||||||
|
fi
|
||||||
|
|
||||||
# create a new named screen to store things in
|
# create a new named screen to store things in
|
||||||
screen -d -m -S nova -t nova
|
screen -d -m -S nova -t nova
|
||||||
|
|
Loading…
Reference in a new issue