summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrpa <miruna.paun@enea.com>2020-03-19 12:46:52 +0100
committermrpa <miruna.paun@enea.com>2020-03-19 12:51:21 +0100
commit6ed0a2273da7ad90640fced9e88d26a6352d724d (patch)
tree8bd897faba775d720a0c37c99214dc2b1b79f776
parent8595c61d2830f514df999885da3bc98d1fb1fed1 (diff)
downloadel_releases-nfv-access-6ed0a2273da7ad90640fced9e88d26a6352d724d.tar.gz
Syncing el_releases-common from git.enea.se to gerrit.enea.se
Removing the duplicate limitation in the release notes. Change-Id: Id57112a413db2ab5086690ae2e181bf85bcec406 Signed-off-by: mrpa <miruna.paun@enea.com>
-rw-r--r--doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml5
-rw-r--r--doc/init.mk2
2 files changed, 1 insertions, 6 deletions
diff --git a/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml b/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml
index cb50d0f..9c1828d 100644
--- a/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml
+++ b/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml
@@ -79,11 +79,6 @@
79 </listitem> 79 </listitem>
80 80
81 <listitem> 81 <listitem>
82 <para><remark>LXCR-9703</remark>Cannot delete a VNF using a bridge with
83 flows defined.</para>
84 </listitem>
85
86 <listitem>
87 <para><remark>LXCR-9799</remark>In case two HDDs installed with NFV 82 <para><remark>LXCR-9799</remark>In case two HDDs installed with NFV
88 Access are attached to the same device, it is possible that NFV Access 83 Access are attached to the same device, it is possible that NFV Access
89 will boot from the wrong partition. Please avoid having two NFV Access 84 will boot from the wrong partition. Please avoid having two NFV Access
diff --git a/doc/init.mk b/doc/init.mk
index 0950c27..8d27810 100644
--- a/doc/init.mk
+++ b/doc/init.mk
@@ -91,7 +91,7 @@ $(TMPCLONEROOT)/$(NAME_DOCENEACOMMON):
91 else \ 91 else \
92 echo "Cloning $(REPO_DOCENEACOMMON) in $(TMPCLONEROOT) as $(NAME_DOCENEACOMMON)" ; \ 92 echo "Cloning $(REPO_DOCENEACOMMON) in $(TMPCLONEROOT) as $(NAME_DOCENEACOMMON)" ; \
93 cd "$(TMPCLONEROOT)"; \ 93 cd "$(TMPCLONEROOT)"; \
94 git clone -b $(BRANCH_DOCENEACOMMON) git@git.enea.com:$(REPO_DOCENEACOMMON) $(NAME_DOCENEACOMMON) ; \ 94 git clone -b $(BRANCH_DOCENEACOMMON) ssh://gerrit.enea.se:29418/$(REPO_DOCENEACOMMON) $(NAME_DOCENEACOMMON) ; \
95 fi 95 fi
96 96
97cleaninit: 97cleaninit: