Fix fail of vRouter on Orange POD 41/44641/3
authorroot <shuya.nakama@okinawaopenlabs.org>
Tue, 10 Oct 2017 11:08:40 +0000 (11:08 +0000)
committerShuyaNakama <shuya.nakama@okinawaopenlabs.org>
Wed, 11 Oct 2017 08:19:50 +0000 (08:19 +0000)
commit3fa62219bb5a9e928fe94d95314c7c00d5f06e66
tree6c1d075148625934bbad9e371a4b992d040dc506
parenta6e9a6fa2da17f84de91d2d47cb8ccb7e66a8836
Fix fail of vRouter on Orange POD

1. Functest docker container environment has no attribute 'OS_REGION_NAME'
2. vRouter was get the 'OS_REGION_NAME' but not used it.
3. Deleting use 'OS_REGION_NAME' part of vRouter.
4. Utility lib of vRouter use Nova client.
5. Modifying Nova client authentication step for auth api v3.
6. Doing test of modified vRouter on Orange POD.

Change-Id: I062549e5ca48fb4825b53448a4e2ffc8c1f8ec40
Signed-off-by: root <shuya.nakama@okinawaopenlabs.org>
docker/vnf/testcases.yaml
functest/ci/testcases.yaml
functest/opnfv_tests/vnf/router/cloudify_vrouter.py
functest/opnfv_tests/vnf/router/test_controller/function_test_exec.py
functest/opnfv_tests/vnf/router/utilvnf.py
functest/opnfv_tests/vnf/router/vnf_controller/vm_controller.py