Edit documentation for account-generator

Add locations which are searched for tempest.conf by default.
--concurrency argument is optional as it contains a default value.

Change-Id: Ie5ca2beb1997e872bfb6370c93869e2ff143f6b3
Related-Bug: #1624066
This commit is contained in:
Martin Kopec 2017-11-13 12:38:12 +00:00
parent 7c8dd48f75
commit 14e0be1a74
1 changed files with 10 additions and 3 deletions

View File

@ -55,8 +55,15 @@ Optional Arguments
**-h**, **--help** (Optional) Shows help message with the description of
utility and its arguments, and exits.
**c /etc/tempest.conf**, **--config-file /etc/tempest.conf** (Optional) Path to
tempest config file.
**-c /etc/tempest.conf**, **--config-file /etc/tempest.conf** (Optional) Path
to tempest config file. If not specified, it searches for tempest.conf in these
locations:
- ./etc/
- /etc/tempest
- ~/.tempest/
- ~/
- /etc/
**--os-username <auth-user-name>** (Optional) Name used for authentication with
the OpenStack Identity service. Defaults to env[OS_USERNAME]. Note: User should
@ -78,7 +85,7 @@ belong to. Defaults to env[OS_DOMAIN_NAME].
will have the prefix with the given TAG in its name. Using tag is recommended
for the further using, cleaning resources.
**-r CONCURRENCY**, **--concurrency CONCURRENCY** (Required) Concurrency count
**-r CONCURRENCY**, **--concurrency CONCURRENCY** (Optional) Concurrency count
(default: 1). The number of accounts required can be estimated as
CONCURRENCY x 2. Each user provided in *accounts.yaml* file will be in
a different tenant. This is required to provide isolation between test for