summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/test-usage.rst
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@dell.com>2017-09-06 00:48:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-06 00:48:57 +0000
commitbeb902a7975843dd25a618f1fcfd4bc980ac53c1 (patch)
treed0956f857b6720e4ca011a4d45710dfa985cf607 /docs/testing/user/test-usage.rst
parent9eff0c44a1eca5f265f3e1bc5f1073b4165b9c83 (diff)
parent0468cfe6858e83d04078945d98a831fe92592243 (diff)
Merge "Support for different agent OS"
Diffstat (limited to 'docs/testing/user/test-usage.rst')
-rw-r--r--docs/testing/user/test-usage.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/testing/user/test-usage.rst b/docs/testing/user/test-usage.rst
index 8cd7f20..6917e79 100644
--- a/docs/testing/user/test-usage.rst
+++ b/docs/testing/user/test-usage.rst
@@ -43,6 +43,8 @@ The following pieces of information are required to prepare the environment:
- The name of the public network that agents will use
- The size, in gigabytes, of the Cinder volumes to create
- The availability zone (optional) in which the VM is to be launched. Defaults to **nova**.
+- The username (optional) if we specify a custom image.
+- The password (optional) for the above image.
The ReST API is a POST to http://StorPerf:5000/api/v1.0/configurations and
takes a JSON payload as follows.
@@ -55,7 +57,9 @@ takes a JSON payload as follows.
"agent_image": string,
"public_network": string,
"volume_size": int,
- "availability_zone": string
+ "availability_zone": string,
+ "username": string,
+ "password": string
}
This call will block until the stack is created, at which point it will return