Create separate users for helm test

Currently each service uses the same name for their helm test user,
"test". While this works when services are ran sequentially, when
multiple services are deployed and tested at the same time, it can
lead to a race condition where one service deletes the user before
the other is done testing, causing a failure.

This change makes it so that each service defines its own test user
in the form of [service]-test.

Change-Id: Idd7ad3bef78a039f23fb0dd79391e3588e94b73c
This commit is contained in:
Gage Hugo 2019-06-03 11:02:29 -05:00
parent 1292da06d5
commit 976cab856c
9 changed files with 9 additions and 9 deletions

View File

@ -1779,7 +1779,7 @@ endpoints:
test:
role: admin
region_name: RegionOne
username: test
username: ceilometer-test
password: password
project_name: test
user_domain_name: service

View File

@ -1169,7 +1169,7 @@ endpoints:
test:
role: admin
region_name: RegionOne
username: test
username: cinder-test
password: password
project_name: test
user_domain_name: service

View File

@ -632,7 +632,7 @@ endpoints:
test:
role: admin
region_name: RegionOne
username: test
username: glance-test
password: password
project_name: test
user_domain_name: service

View File

@ -846,7 +846,7 @@ endpoints:
test:
role: admin
region_name: RegionOne
username: test
username: heat-test
password: password
project_name: test
user_domain_name: service

View File

@ -1152,7 +1152,7 @@ endpoints:
test:
role: admin
region_name: RegionOne
username: test
username: keystone-test
password: password
project_name: test
user_domain_name: default

View File

@ -230,7 +230,7 @@ endpoints:
test:
role: admin
region_name: RegionOne
username: test
username: mistral-test
password: password
project_name: test
user_domain_name: service

View File

@ -1839,7 +1839,7 @@ endpoints:
test:
role: admin
region_name: RegionOne
username: test
username: neutron-test
password: password
project_name: test
user_domain_name: service

View File

@ -1925,7 +1925,7 @@ endpoints:
test:
role: admin
region_name: RegionOne
username: test
username: nova-test
password: password
project_name: test
user_domain_name: service

View File

@ -397,7 +397,7 @@ endpoints:
test:
role: admin
region_name: RegionOne
username: test
username: senlin-test
password: password
project_name: test
user_domain_name: service