Adding the submdules directory for openretriever 51/34251/1
authorMatthewLi <matthew.lijun@huawei.com>
Tue, 11 Apr 2017 01:10:02 +0000 (21:10 -0400)
committerSofia Wallin <sofia.wallin@ericsson.com>
Thu, 4 May 2017 14:36:16 +0000 (14:36 +0000)
see verify failure in https://gerrit.opnfv.org/gerrit/#/c/33199/
this patch aims to fix the rtd failure

Change-Id: I7beed908835ff9ef2b9a07335757cccf0dc9b58b
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
(cherry picked from commit b11e635f9ec57fc6f3e4451b790a4c7d8b1bd3b8)

.gitmodules
docs/release/installation.introduction.rst
docs/submodules/openretriever/.gitignore [new file with mode: 0644]
docs/testing/testing-user.rst

index 77b3fc5..9efec3d 100644 (file)
        url = ../onosfw
        branch = .
        ignore = dirty
+[submodule "docs/submodules/openretriever"]
+        path = docs/submodules/openretriever
+        url = ../openretriever
+        branch = .
+        ignore = dirty
 [submodule "docs/submodules/ovsnfv"]
        path = docs/submodules/ovsnfv
        url = ../ovsnfv
index b9bef1d..c1450ad 100644 (file)
@@ -22,7 +22,7 @@ the OPNFV community.
 Introduction
 ============
 
-The OPNFV platform is comprised of a variety of upstream components that may be deployed on your 
+The OPNFV platform is comprised of a variety of upstream components that may be deployed on your
 infrastructure.  A composition of components, tools and configurations is identified in OPNFV as a
 deployment scenario.
 
diff --git a/docs/submodules/openretriever/.gitignore b/docs/submodules/openretriever/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
index 4c10ae9..ac205a0 100644 (file)
@@ -59,4 +59,6 @@ Storperf
 .. toctree::
    :maxdepth: 1
 
-   ../submodules/storperf/docs/testing/user/index
\ No newline at end of file
+   ../submodules/storperf/docs/testing/user/index
+
+