Set nova config allow_resize_on_same_host

Include --allow_resize_on_same_host in nova.conf to allow the
tempest resize tests to proceed against devstack.

Change-Id: Ifd030ed591d63146c21e640240398a81cee194cd
This commit is contained in:
Eoghan Glynn 2012-03-05 14:30:02 +00:00
parent f82f7daa14
commit 3e20503ef0

View File

@ -1189,6 +1189,7 @@ rm -f $NOVA_DIR/bin/nova.conf
rm -f $NOVA_CONF/nova.conf
add_nova_flag "--verbose"
add_nova_flag "--allow_admin_api"
add_nova_flag "--allow_resize_to_same_host"
add_nova_flag "--scheduler_driver=$SCHEDULER"
add_nova_flag "--dhcpbridge_flagfile=$NOVA_CONF/nova.conf"
add_nova_flag "--fixed_range=$FIXED_RANGE"