Fix quotes

Increase quotes in order to allow more concurrent builds

Closes-Bug:#1608430

Change-Id: I8d83fc30d6c0b2e2125f0f73a9706cbf63c16a80
This commit is contained in:
Mykyta Karpin 2016-07-29 18:20:22 +03:00
parent 8f4caf6f0c
commit a97e95d264
1 changed files with 11 additions and 5 deletions

View File

@ -158,11 +158,17 @@ neutron router-gateway-set ${MURANO_ROUTER_ID} ${EXT_NET_ID}
# Update user quotas
#-------------------
openstack quota set \
--instances 20 \
--cores 40 \
--secgroups 20 \
--subnets 20 \
--routers 20 \
--instances 40 \
--cores 80 \
--ram 75000 \
--floating-ips 80 \
--secgroups 100 \
--secgroup-rules 200 \
--key-pairs 100 \
--subnets 100 \
--routers 100 \
--networks 100 \
--ports 100 \
${CI_TENANT_ID}
#-------------------