Turn off nova_allow_move_to_same_host if in aiopcpu
nova's allow_resize_to_same_host and allow_migrate_to_same_host are off by default and we only turn them on for aio devstack testing, so turn them back off if we are not doing all in one testing and have two nova-computes running. Related devstack patch: If6989200b56c4597d6e8506d0dda2cc75d0881f1 Change-Id: I3afa113f731687be7bacf924e7f26a0635f95d46
This commit is contained in:
@@ -299,6 +299,7 @@ EOF
|
||||
fi
|
||||
|
||||
if [[ "$DEVSTACK_GATE_TOPOLOGY" != "aio" ]]; then
|
||||
echo "NOVA_ALLOW_MOVE_TO_SAME_HOST=False" >> "$localrc_file"
|
||||
local primary_node=`cat /etc/nodepool/primary_node_private`
|
||||
echo "SERVICE_HOST=$primary_node" >>"$localrc_file"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user