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:
parent
11693f5b74
commit
64f4295be2
@ -518,8 +518,8 @@
|
||||
max_quota: 1024
|
||||
runner:
|
||||
type: "constant"
|
||||
times: 10
|
||||
concurrency: 2
|
||||
times: 4
|
||||
concurrency: 1
|
||||
context:
|
||||
users:
|
||||
tenants: 3
|
||||
|
Loading…
Reference in New Issue
Block a user