Skip to content

Commit 4f27a72

Browse files
author
Armando Migliaccio
committed
bug 980725: multi_host is always set to True with virtdriver=xenserver
set MULTI_HOST according to the value as defined in localrc or other rc files. Change-Id: Ifc5d0fff06bffd39ab4ff1c1a6fa5d4ab10b9e27
1 parent dac6e76 commit 4f27a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/xen/build_xva.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ cat <<EOF >$STAGING_DIR/opt/stack/run.sh
177177
#!/bin/bash
178178
cd /opt/stack/devstack
179179
killall screen
180-
UPLOAD_LEGACY_TTY=yes HOST_IP=$PUB_IP VIRT_DRIVER=xenserver FORCE=yes MULTI_HOST=1 HOST_IP_IFACE=$HOST_IP_IFACE $STACKSH_PARAMS ./stack.sh
180+
UPLOAD_LEGACY_TTY=yes HOST_IP=$PUB_IP VIRT_DRIVER=xenserver FORCE=yes MULTI_HOST=$MULTI_HOST HOST_IP_IFACE=$HOST_IP_IFACE $STACKSH_PARAMS ./stack.sh
181181
EOF
182182
chmod 755 $STAGING_DIR/opt/stack/run.sh
183183

0 commit comments

Comments
 (0)