Skip to content

Commit 3e20503

Browse files
author
Eoghan Glynn
committed
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
1 parent f82f7da commit 3e20503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stack.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,7 @@ rm -f $NOVA_DIR/bin/nova.conf
11891189
rm -f $NOVA_CONF/nova.conf
11901190
add_nova_flag "--verbose"
11911191
add_nova_flag "--allow_admin_api"
1192+
add_nova_flag "--allow_resize_to_same_host"
11921193
add_nova_flag "--scheduler_driver=$SCHEDULER"
11931194
add_nova_flag "--dhcpbridge_flagfile=$NOVA_CONF/nova.conf"
11941195
add_nova_flag "--fixed_range=$FIXED_RANGE"

0 commit comments

Comments
 (0)