summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-09-30 15:47:38 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2016-09-30 15:57:19 +0800
commit21bac67b3e943616f25209f0ebd6ad23b2403d92 (patch)
treee5db767e7703e47b75f9b3eedf8d53e338b63180 /docs
parent210bb32b021d2da8191a11dfbc6eb6e75563f2a4 (diff)
Fix broken links in docs
JIRA: QTIP-100 Change-Id: If3f91b0d683ebd497bd3f8bc34b63ddd35877e01 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r--docs/apidocs/.keep0
-rw-r--r--docs/userguide/index.rst6
-rw-r--r--docs/userguide/introduction.rst14
3 files changed, 9 insertions, 11 deletions
diff --git a/docs/apidocs/.keep b/docs/apidocs/.keep
deleted file mode 100644
index e69de29b..00000000
--- a/docs/apidocs/.keep
+++ /dev/null
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst
index fe24293a..202bf66e 100644
--- a/docs/userguide/index.rst
+++ b/docs/userguide/index.rst
@@ -16,6 +16,6 @@ Colorado 1.0
./overview.rst
./introduction.rst
- ./01-compute_testcases.rst
- ./02-network_testcases.rst
- ./03-storage_testcases.rst
+ ./01-compute.rst
+ ./02-network.rst
+ ./03-storage.rst
diff --git a/docs/userguide/introduction.rst b/docs/userguide/introduction.rst
index 823a2722..b874ea46 100644
--- a/docs/userguide/introduction.rst
+++ b/docs/userguide/introduction.rst
@@ -23,12 +23,12 @@ The QTIP directory has been sectioned off into multiple folders to facilitate
**test_cases/:**
This folder is used to store all the config files which are used to setup the
- environment prior to a test. This folder is further divided into opnfv pods
- which run QTIP. Inside each pod there are folders which contain the config
- files segmented based on test cases. Namely, these include, `Compute`,
- `Network` and `Storage`. The default folder is there for the end user who
- is interested in testing their infrastructure which is installed by fuel
-or compass but aren't part of a opnfv pod,and for opnfv CI.
+environment prior to a test. This folder is further divided into opnfv pods
+which run QTIP. Inside each pod there are folders which contain the config files
+segmented based on test cases. Namely, these include, `Compute`, `Network` and
+`Storage`. The default folder is there for the end user who is interested in
+testing their infrastructure which is installed by fuel or compass but aren't
+part of a opnfv pod,and for opnfv CI.
The structure of the directory for the user appears as follows
::
@@ -338,14 +338,12 @@ Running QTIP on the using 'default' as the pod name and for the 'compute' suite
::
curl --trace-ascii debug.txt -X POST -d '{ "installer_ip": "10.20.6.2","installer_type":"fuel", "suite_name":"compute", "type": "BM"}' -H "Content-Type: application/json" http://qtip_server_ip:5000/api/v1.0/jobs
-
Running QTIP on the using 'default' as the pod name and for the 'compute' suite 'vm' type by restful api
::
curl --trace-ascii debug.txt -X POST -d '{ "installer_ip": "10.20.6.2","installer_type":"fuel", "suite_name":"compute", "type": "VM"}' -H "Content-Type: application/json" http://qtip_server_ip:5000/api/v1.0/jobs
-
Running QTIP on the using `default` as the pod name and for the `network` suite by cli
::