Fix broken links in docs 87/22587/3
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 30 Sep 2016 07:47:38 +0000 (15:47 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 30 Sep 2016 07:57:19 +0000 (15:57 +0800)
JIRA: QTIP-100

Change-Id: If3f91b0d683ebd497bd3f8bc34b63ddd35877e01
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
docs/apidocs/.keep [deleted file]
docs/userguide/index.rst
docs/userguide/introduction.rst

diff --git a/docs/apidocs/.keep b/docs/apidocs/.keep
deleted file mode 100644 (file)
index e69de29..0000000
index fe24293..202bf66 100644 (file)
@@ -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
index 823a272..b874ea4 100644 (file)
@@ -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
 ::