diff --git a/tests/test-core-openstack.sh b/tests/test-core-openstack.sh index 6211ec8e56..0bf4acef7e 100755 --- a/tests/test-core-openstack.sh +++ b/tests/test-core-openstack.sh @@ -179,12 +179,6 @@ function create_instance { function resize_instance { local name=$1 - # TODO(priteau): Remove once previous_release includes m2.tiny in - # init-runonce - if ! openstack flavor list -f value | grep m2.tiny; then - openstack flavor create --id 6 --ram 512 --disk 1 --vcpus 2 m2.tiny - fi - openstack server resize --flavor m2.tiny --wait ${name} # If the status is not VERIFY_RESIZE, print info and exit 1 if [[ $(openstack server show ${name} -f value -c status) != "VERIFY_RESIZE" ]]; then