commit | 1c9f0afeb33f60825c2daea56d73223845a5855d | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Fri Sep 16 14:36:11 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Fri Sep 16 14:36:11 2011 -0700 |
tree | 8a3f82e8073e4b443a53e720672fa02e3f15b76d | |
parent | eba18fbfa52b38fd1497cc87c03dd8674a9a1fa8 [diff] [blame] |
add multi_host option
diff --git a/stack.sh b/stack.sh index 55ef2b5..a093b24 100755 --- a/stack.sh +++ b/stack.sh
@@ -308,6 +308,9 @@ if [ -n "$FLAT_INTERFACE" ]; then add_nova_flag "--flat_interface=$FLAT_INTERFACE" fi +if [ -n "$MULTI_HOST" ]; then + add_nova_flag "--multi_host=$MULTI_HOST" +fi # create a new named screen to store things in screen -d -m -S nova -t nova