Browse code

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

Eoghan Glynn authored on 2012/03/05 23:30:02
Showing 1 changed files
... ...
@@ -1189,6 +1189,7 @@ rm -f $NOVA_DIR/bin/nova.conf
1189 1189
 rm -f $NOVA_CONF/nova.conf
1190 1190
 add_nova_flag "--verbose"
1191 1191
 add_nova_flag "--allow_admin_api"
1192
+add_nova_flag "--allow_resize_to_same_host"
1192 1193
 add_nova_flag "--scheduler_driver=$SCHEDULER"
1193 1194
 add_nova_flag "--dhcpbridge_flagfile=$NOVA_CONF/nova.conf"
1194 1195
 add_nova_flag "--fixed_range=$FIXED_RANGE"