diff --git a/tools/func-tests.sh b/tools/func-tests.sh index cd9480b..0c04600 100755 --- a/tools/func-tests.sh +++ b/tools/func-tests.sh @@ -79,7 +79,7 @@ function assert_volume { ######################## source $DEVSTACK_DIR/openrc admin admin if [[ ! "$(openstack flavor list)" =~ 'm1.nano' ]]; then - openstack flavor create --id 42 --ram 64 --disk 0 --vcpus 1 m1.nano + openstack flavor create --id 42 --ram 64 --disk 1 --vcpus 1 m1.nano fi @@ -171,4 +171,4 @@ fi if [[ $(openstack zone list --all-projects | wc -l) -ne 1 ]]; then # This also checks FIP echo "Not all zones were cleaned up" exit 1 -fi \ No newline at end of file +fi diff --git a/tools/populate.sh b/tools/populate.sh index 02781fb..25bbc3e 100755 --- a/tools/populate.sh +++ b/tools/populate.sh @@ -67,7 +67,7 @@ EXTNET_NAME=${EXTNET_NAME:-public} # Name of flavor used to spawn a VM FLAVOR=${FLAVOR:-m1.nano} # Image used for the VM -VMIMG_NAME=${VMIMG_NAME:-cirros-0.3.5-x86_64-disk} +VMIMG_NAME=${VMIMG_NAME:-cirros-0.4.0-x86_64-disk} # Zone name used for the Designate Zone ZONE_NAME="${UUID//-/}.com."