diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-09-19 11:52:52 +0800 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-19 05:30:31 +0000 |
commit | 919e1b9a5f41404f0c2eba5e984c0a25f02f3880 (patch) | |
tree | 088459ddd6f04160498921cd55cf24f3c7d40be3 | |
parent | 6a2546430d82c4cf100e8c64b266c8473d9136cf (diff) |
Add vfc submodule
Adding the vfc/nfvo/lcm submodule.
Issue-ID: VFC-380
Change-Id: If282ff4abe83b61132096743ce035661d6cfe201
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | .gitmodules | 5 | ||||
-rw-r--r-- | docs/release/repolist.rst | 1 | ||||
m--------- | docs/submodules/vfc/lcm.git | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bfb80148a..ccf6a23c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,3 +54,8 @@ branch = . ignore = dirty +[submodule "docs/submodules/vfc/lcm.git"] + path = docs/submodules/vfc/lcm.git + url = ../vfc/nfvo/lcm + branch = . + ignore = dirty diff --git a/docs/release/repolist.rst b/docs/release/repolist.rst index a41d69f1e..79887359c 100644 --- a/docs/release/repolist.rst +++ b/docs/release/repolist.rst @@ -24,3 +24,4 @@ Documentation organized by the project delivering them. dcaegen2 <../submodules/dcaegen2.git/docs/index> aaf/authz <../submodules/aaf/authz.git/docs/index> policy/engine <../submodules/policy/engine.git/docs/index> + vfc/nfvo/lcm <../submodules/vfc/lcm.git/docs/index> diff --git a/docs/submodules/vfc/lcm.git b/docs/submodules/vfc/lcm.git new file mode 160000 +Subproject 95af63c7e872a982c858afbccc0249a0bc0a5f5 |