keystone: yaml indentation fixes

Change-Id: Ic402d57f2b0a0a625164a294760476725faea3aa
This commit is contained in:
Chris Wedgwood
2018-04-11 21:02:44 +00:00
parent ab3626190d
commit 34082dba21

View File

@@ -124,8 +124,8 @@ dependencies:
service: oslo_db service: oslo_db
rabbit_init: rabbit_init:
services: services:
- service: oslo_messaging - service: oslo_messaging
endpoint: internal endpoint: internal
domain_manage: domain_manage:
services: services:
- endpoint: internal - endpoint: internal
@@ -559,185 +559,185 @@ conf:
run_tempest: false run_tempest: false
tests: tests:
KeystoneBasic.add_and_remove_user_role: KeystoneBasic.add_and_remove_user_role:
- runner: - runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.authenticate_user_and_validate_token: KeystoneBasic.authenticate_user_and_validate_token:
- args: {} - args: {}
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_add_and_list_user_roles: KeystoneBasic.create_add_and_list_user_roles:
- runner: - runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_and_delete_ec2credential: KeystoneBasic.create_and_delete_ec2credential:
- runner: - runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_and_delete_role: KeystoneBasic.create_and_delete_role:
- runner: - runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_and_delete_service: KeystoneBasic.create_and_delete_service:
- args: - args:
description: test_description description: test_description
service_type: Rally_test_type service_type: Rally_test_type
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_and_get_role: KeystoneBasic.create_and_get_role:
- args: {} - args: {}
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_and_list_ec2credentials: KeystoneBasic.create_and_list_ec2credentials:
- runner: - runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_and_list_services: KeystoneBasic.create_and_list_services:
- args: - args:
description: test_description description: test_description
service_type: Rally_test_type service_type: Rally_test_type
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_and_list_tenants: KeystoneBasic.create_and_list_tenants:
- args: {} - args: {}
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_and_list_users: KeystoneBasic.create_and_list_users:
- args: {} - args: {}
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_delete_user: KeystoneBasic.create_delete_user:
- args: {} - args: {}
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_tenant: KeystoneBasic.create_tenant:
- args: {} - args: {}
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_tenant_with_users: KeystoneBasic.create_tenant_with_users:
- args: - args:
users_per_tenant: 1 users_per_tenant: 1
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_update_and_delete_tenant: KeystoneBasic.create_update_and_delete_tenant:
- args: {} - args: {}
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_user: KeystoneBasic.create_user:
- args: {} - args: {}
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_user_set_enabled_and_delete: KeystoneBasic.create_user_set_enabled_and_delete:
- args: - args:
enabled: true enabled: true
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
- args: - args:
enabled: false enabled: false
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.create_user_update_password: KeystoneBasic.create_user_update_password:
- args: {} - args: {}
runner: runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
KeystoneBasic.get_entities: KeystoneBasic.get_entities:
- runner: - runner:
concurrency: 1 concurrency: 1
times: 1 times: 1
type: constant type: constant
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
mpm_event: mpm_event:
override: override:
append: append: