Disable nova quotas

This commit is contained in:
James Slagle 2014-09-17 13:28:31 -04:00
parent e7c2d1271b
commit d782d4f09a
2 changed files with 6 additions and 0 deletions

View File

@ -78,4 +78,7 @@ for flavor in m1.tiny m1.small m1.medium m1.large m1.xlarge; do
fi
done
# Disable nova quotas
nova quota-update --cores -1 --instances -1 --ram -1 $(keystone tenant-get admin | awk '$2=="id" {print $4}')
touch $OK_FILE

View File

@ -83,4 +83,7 @@ for flavor in m1.tiny m1.small m1.medium m1.large m1.xlarge; do
fi
done
# Disable nova quotas
nova quota-update --cores -1 --instances -1 --ram -1 $(keystone tenant-get admin | awk '$2=="id" {print $4}')
touch $OK_FILE