diff options
author | 2016-06-09 09:11:50 +0200 | |
---|---|---|
committer | 2016-06-09 09:11:50 +0200 | |
commit | 2e7b4f2027a1147ca28301e4f88adf8274b39a1f (patch) | |
tree | 8b8d94001ebe6cc34106cf813b538911a8d66d9a /keystone-moon/rally-jobs | |
parent | a33bdcb627102a01244630a54cb4b5066b385a6a (diff) |
Update Keystone core to Mitaka.
Change-Id: Ia10d6add16f4a9d25d1f42d420661c46332e69db
Diffstat (limited to 'keystone-moon/rally-jobs')
-rw-r--r-- | keystone-moon/rally-jobs/keystone.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keystone-moon/rally-jobs/keystone.yaml b/keystone-moon/rally-jobs/keystone.yaml index 9e656aad..d997404a 100644 --- a/keystone-moon/rally-jobs/keystone.yaml +++ b/keystone-moon/rally-jobs/keystone.yaml @@ -2,8 +2,6 @@ KeystoneBasic.create_user: - - args: - name_length: 10 runner: type: "constant" times: 100 @@ -14,8 +12,6 @@ KeystoneBasic.create_delete_user: - - args: - name_length: 10 runner: type: "constant" times: 100 @@ -26,8 +22,6 @@ KeystoneBasic.create_and_list_users: - - args: - name_length: 10 runner: type: "constant" times: 100 @@ -39,7 +33,6 @@ KeystoneBasic.create_user_update_password: - args: - name_length: 10 password_length: 10 runner: type: "constant" @@ -51,8 +44,6 @@ KeystoneBasic.create_and_list_tenants: - - args: - name_length: 10 runner: type: "constant" times: 100 @@ -111,8 +102,6 @@ KeystoneBasic.create_tenant: - - args: - name_length: 10 runner: type: "constant" times: 50 @@ -124,7 +113,6 @@ KeystoneBasic.create_tenant_with_users: - args: - name_length: 10 users_per_tenant: 10 runner: type: "constant" @@ -136,8 +124,6 @@ KeystoneBasic.create_update_and_delete_tenant: - - args: - name_length: 10 runner: type: "constant" times: 50 |