diff options
author | Taseer Ahmed <taseer94@gmail.com> | 2017-07-27 00:46:28 +0500 |
---|---|---|
committer | Taseer Ahmed <taseer94@gmail.com> | 2017-07-27 09:38:11 +0500 |
commit | 57396276d5b503461af0ccaee750e85b9b1e4475 (patch) | |
tree | fe2102d5b1e13322f7fd355d5803a51edae1eeee /docs/testing | |
parent | 967371648191c37e20123c08e761c7a8a2a98516 (diff) |
Add availability zone option to launch agent.
JIRA: STORPERF-178
Change-Id: I1a5c1a0d1c3b700a0858f644b01553bf0b5675de
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'docs/testing')
-rw-r--r-- | docs/testing/user/test-usage.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/testing/user/test-usage.rst b/docs/testing/user/test-usage.rst index 586ba7a..b13d815 100644 --- a/docs/testing/user/test-usage.rst +++ b/docs/testing/user/test-usage.rst @@ -42,6 +42,7 @@ The following pieces of information are required to prepare the environment: - The OpenStack flavor to use when creating the VMs - 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 ReST API is a POST to http://StorPerf:5000/api/v1.0/configurations and takes a JSON payload as follows. @@ -53,7 +54,8 @@ takes a JSON payload as follows. "agent_flavor": string "agent_image": string, "public_network": string, - "volume_size": int + "volume_size": int, + "availability_zone": string } This call will block until the stack is created, at which point it will return |