diff options
author | Bin Hu <bh526r@att.com> | 2016-02-04 14:11:24 -0800 |
---|---|---|
committer | Christopher Price <christopher.price@ericsson.com> | 2016-02-05 06:47:08 +0000 |
commit | f436981eedcaaacf8be760c95404c6ba5a9fa4de (patch) | |
tree | 01dc5e76ba2a80923ed57d686500bd02ea6e6344 /build-composite.sh | |
parent | 9a2c12340f60ea2322d1013c19181d104804e4f7 (diff) |
Add ipv6 docs entries in feature-config.rst, post-install.rst, userguide.rst and build-composite.sh
Change-Id: I3783c30d4adfe4ebe913cfeeace3e76d5bb57f38
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit 3f9b7e0eebea5599b3393d92f3220c2d0827c5ac)
Diffstat (limited to 'build-composite.sh')
-rwxr-xr-x | build-composite.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-composite.sh b/build-composite.sh index d05d6c4fc..a87db0b47 100755 --- a/build-composite.sh +++ b/build-composite.sh @@ -24,6 +24,7 @@ get_repo_names() { # grep -v '^#' releng/jjb/opnfvdocs/project.cfg | sort echo "sdnvpn" echo "fuel" + echo "ipv6" echo "joid" echo "functest" echo "apex" |