summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-27 14:18:07 +0000
committerGerrit Code Review <review@openstack.org>2015-04-27 14:18:07 +0000
commit7f63f7d3835a5d6fb468a4759ca31ecc4cb105cc (patch)
tree29501a0b46972e816e0980af3dc5983672183b61 /etc
parent7a0d0d99bdd1bdb6e47cf59a1328458c2b3651fa (diff)
parent9329985d47cb8b20c3469c88cfa87b69e372490b (diff)
downloadtempest-7f63f7d3835a5d6fb468a4759ca31ecc4cb105cc.tar.gz
Merge "Cleanup some details about the accounts files"
Diffstat (limited to 'etc')
-rw-r--r--etc/accounts.yaml.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/accounts.yaml.sample b/etc/accounts.yaml.sample
index 31ceb3325..3f57eb76e 100644
--- a/etc/accounts.yaml.sample
+++ b/etc/accounts.yaml.sample
@@ -1,4 +1,7 @@
# The number of accounts required can be estimated as CONCURRENCY x 2
+# It is expected that each user provided here will be in a different tenant.
+# This is required to provide isolation between test for running in parallel
+#
# Valid fields for credentials are defined in the descendants of
# auth.Credentials - see KeystoneV[2|3]Credentials.CONF_ATTRIBUTES
@@ -28,6 +31,9 @@
- 'reseller_admin'
- 'operator'
+# Networks can be specified to tell tempest which network it should use when
+# creating servers with an account
+
- username: 'admin_user_1'
tenant_name: 'admin_tenant_1'
password: 'test_password'