diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-13 21:26:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-13 21:26:32 +0000 |
commit | b804a0524a40391584e88cf702a20b590530f343 (patch) | |
tree | e9fb0cb679b6c20d26851b362d90f0052595a32e /test/vcpe/soutils.py | |
parent | b10132e33370aabef8cb4d95d37f1dfc8e15fcee (diff) | |
parent | 8076a87e542a67f321f84311350d20946bee14a2 (diff) |
Merge "fixes from vCPE testing"
Diffstat (limited to 'test/vcpe/soutils.py')
-rwxr-xr-x | test/vcpe/soutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/soutils.py b/test/vcpe/soutils.py index 623f12cc3..3749689f2 100755 --- a/test/vcpe/soutils.py +++ b/test/vcpe/soutils.py @@ -170,7 +170,7 @@ class SoUtils: 'modelInfo': model, 'subscriberInfo': {'subscriberName': 'Kaneohe', 'globalSubscriberId': self.vcpecommon.global_subscriber_id}, - 'cloudConfiguration': {"lcpCloudRegionId": 'CloudOwner_RegionOne', #self.vcpecommon.os_region_name, + 'cloudConfiguration': {"lcpCloudRegionId": 'RegionOne', #self.vcpecommon.os_region_name, "tenantId": self.vcpecommon.os_tenant_id}, 'requestParameters': { "userParams": [ |