summaryrefslogtreecommitdiff
path: root/etc/accounts.yaml.sample
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2015-04-24 09:58:18 -0400
committerMatthew Treinish <mtreinish@kortar.org>2015-04-24 09:58:18 -0400
commit9329985d47cb8b20c3469c88cfa87b69e372490b (patch)
tree603e530f74f052e9427a55c49886e362ceb67efe /etc/accounts.yaml.sample
parent57092136c7c2cac5893fbe9ebc721b6ee44f7093 (diff)
downloadtempest-9329985d47cb8b20c3469c88cfa87b69e372490b.tar.gz
Cleanup some details about the accounts files
This commit cleans up some details in the accounts.yaml sample file and the tempest configuration guide to provide missing details about how to create and use an accounts file. Specifically it adds more detailed comments to the sample file about each section, and in the config guide it removes obsolete sections and adds some missing details. Change-Id: Ic11335fe1215ab0625ea2308ccc75d22a284c432 Closes-Bug: #1447851
Diffstat (limited to 'etc/accounts.yaml.sample')
-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'