Skip to content

Commit

Permalink
Removed concurency from Quotas.nova_update_and_delete
Browse files Browse the repository at this point in the history
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
  • Loading branch information
boris-42 committed Aug 10, 2014
1 parent 11693f5 commit 64f4295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rally-scenarios/rally.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@
max_quota: 1024
runner:
type: "constant"
times: 10
concurrency: 2
times: 4
concurrency: 1
context:
users:
tenants: 3
Expand Down

0 comments on commit 64f4295

Please sign in to comment.