Fix bug: authentication error when deploy vRNC with nfv tosca template 07/18807/3
authorshangxdy <shang.xiaodong@zte.com.cn>
Wed, 17 Aug 2016 08:09:53 +0000 (16:09 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Wed, 17 Aug 2016 09:03:37 +0000 (17:03 +0800)
commit278a8fcc9ac9d18d8192d22aca50b39371894db5
treeaccbd88bd2f0ee23f0d3f7d4182a4a3d0472e8a2
parentb98b5e075c7287317b1620746cc83e1af8b6243e
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>
tests/functest_run.sh
tests/parser_install.sh