summaryrefslogtreecommitdiffstats
path: root/tests/parser_install.sh
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2016-08-17 16:09:53 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2016-08-17 17:03:37 +0800
commit278a8fcc9ac9d18d8192d22aca50b39371894db5 (patch)
treeaccbd88bd2f0ee23f0d3f7d4182a4a3d0472e8a2 /tests/parser_install.sh
parentb98b5e075c7287317b1620746cc83e1af8b6243e (diff)
Fix bug: authentication error when deploy vRNC with nfv tosca template
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 <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tests/parser_install.sh')
-rwxr-xr-xtests/parser_install.sh2
1 files changed, 2 insertions, 0 deletions
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