diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-09-22 09:07:50 +0800 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-22 01:16:33 +0000 |
commit | c4b074b811afa198137d5264c6f88a00e02f9a27 (patch) | |
tree | 611b854074027457f06b971954e5faf4e5286baa /.gitmodules | |
parent | e7f04dc2e89f5efcef1e9f4797f6d26bab819f86 (diff) |
Update vfc lcm submodule
Update vfc lcm submodule according the repo name
Issue-ID: VFC-380
Change-Id: I1178923aef44b952392bc1ccced4d893698e1695
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 4caaf1dcd..bffedcf70 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,11 +54,6 @@ branch = . ignore = dirty -[submodule "docs/submodules/vfc/lcm.git"] - path = docs/submodules/vfc/lcm.git - url = ../vfc/nfvo/lcm - branch = . - ignore = dirty [submodule "docs/submodules/vnfsdk/model.git"] path = docs/submodules/vnfsdk/model.git url = ../vnfsdk/model @@ -70,3 +65,6 @@ [submodule "docs/submodules/holmes/engine-management.git"] path = docs/submodules/holmes/engine-management.git url = ../holmes/engine-management +[submodule "docs/submodules/vfc/nfvo/lcm.git"] + path = docs/submodules/vfc/nfvo/lcm.git + url = ../vfc/nfvo/lcm |