From e67154b1aed0732d410cb7fd4efcebdc2eb8d353 Mon Sep 17 00:00:00 2001 From: Alexey Sandler Date: Sat, 14 Dec 2019 21:57:24 +0200 Subject: Fix templates_instance_template.json file and InstantiationTemplatesApiTest to resolve 403 error. Issue-ID: VID-724 Signed-off-by: Alexey Sandler Change-Id: Id2b5ab9e57416a978c591940a381e162f2ac0f14 --- .../resources/asyncInstantiation/templates__instance_template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vid-automation/src/test/resources/asyncInstantiation') diff --git a/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json b/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json index 8a6401083..a874fec4c 100644 --- a/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json +++ b/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json @@ -46,7 +46,7 @@ "action": "Create", "platformName": "xxx1", "lcpCloudRegionId": "hvf6", - "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", + "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", "instanceParams": [ {} ], @@ -67,7 +67,7 @@ "instanceName": "hvf6arlba007_lba_Base_01", "action": "Create", "lcpCloudRegionId": "hvf6", - "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", + "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", "instanceParams": [ {} ], @@ -90,7 +90,7 @@ "instanceName": "hvf6arlba007_lba_dj_01", "action": "Create", "lcpCloudRegionId": "hvf6", - "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", + "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", "instanceParams": [ {} ], -- cgit 1.2.3-korg