Removed concurency from Quotas.nova_update_and_delete

For some bug or design issue nova doesn't allow do update quotas
simultaneously for one user

To avoid fails in Rally gates remove concurency

Change-Id: I0a7fb9fbf0c415aa357a2d24d1d674e3208b4a75
Closes-Bug: #1354761
This commit is contained in:
Boris Pavlovic 2014-08-10 06:20:39 +04:00
parent 11693f5b74
commit 64f4295be2

View File

@ -518,8 +518,8 @@
max_quota: 1024 max_quota: 1024
runner: runner:
type: "constant" type: "constant"
times: 10 times: 4
concurrency: 2 concurrency: 1
context: context:
users: users:
tenants: 3 tenants: 3