Merge "Unlimit the ram quota for testing"

This commit is contained in:
Jenkins 2017-02-16 01:19:02 +00:00 committed by Gerrit Code Review
commit a4024984ba
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ PRIVATE_KEY_FILE=${PRIVATE_KEY_FILE:-"keypair.priv"}
function fixup_quota {
echo "Disable nova compute instance & core quota"
nova quota-class-update --instances -1 --cores -1 default
nova quota-class-update --instances -1 --cores -1 --ram -1 default
projectId=$(openstack project list | awk '/\ nfv\ / {print $2}')
echo "Disable neutron port quota on project 'nfv' $projectId"
neutron quota-update --tenant-id $projectId --port -1