Print Quota to logs before infra-stack 84/51484/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 6 Feb 2017 22:54:11 +0000 (17:54 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 6 Feb 2017 22:54:11 +0000 (17:54 -0500)
Change-Id: Id2985f047439ca23c33ba18a376d9c74901e8e11
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/opendaylight-infra-stack.sh

index a5198b0f821cacb0096f64223e5583d52b2755de..bc005a6b93e0d84145066c4b5c768f46b19ef75a 100644 (file)
@@ -13,6 +13,7 @@ VM_NAME="$JOB_SUM-$BUILD_NUMBER"
 # seq X refers to waiting for X minutes for OpenStack to return
 # a status that is not CREATE_IN_PROGRESS before giving up.
 OS_TIMEOUT=15  # Minutes to wait for OpenStack VM to come online
+openstack --os-cloud rackspace limits show --absolute
 openstack --os-cloud rackspace limits show --rate
 openstack --os-cloud rackspace stack create --timeout $OS_TIMEOUT -t {stack-template} -e $WORKSPACE/opendaylight-infra-environment.yaml --parameter "job_name=$VM_NAME" --parameter "silo=$SILO" $STACK_NAME
 echo "Waiting for $OS_TIMEOUT minutes to create $STACK_NAME."