From 278a8fcc9ac9d18d8192d22aca50b39371894db5 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Wed, 17 Aug 2016 16:09:53 +0800 Subject: Fix bug: authentication error when deploy vRNC with nfv tosca template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When deploy vRNC, the follow errors occured: openstack stack create -t ./vRNC_Hot_Template.yaml vRNC_Stack The request you have made requires authentication. (HTTP 401) (Request-ID: req-d0ddd5bd-5291-4b2f-ab92-95618881647a) The reason is that creating user is before creating project, and the order will be reverse. JIRA:PARSER-90 Change-Id: I890be71bfe7b2ec5f393f235c4c79c705340dfaa Signed-off-by: shangxdy --- tests/parser_install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/parser_install.sh') diff --git a/tests/parser_install.sh b/tests/parser_install.sh index 48f07ac..308b8bc 100755 --- a/tests/parser_install.sh +++ b/tests/parser_install.sh @@ -8,6 +8,8 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +set +e + parser_repos_dir=$1 # start syslog for loghander -- cgit 1.2.3-korg