diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-12-16 11:06:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-16 11:06:00 +0000 |
commit | 4a42937926e558e61364998c626b86e1e56708e6 (patch) | |
tree | 6f97ffffadcb1dd64ff971250bd9153c44f40cfd /vid-automation | |
parent | d5a18e91a17140e956b453b00fe6bf9de1be9f44 (diff) | |
parent | 12ceb440bd3753e09fb21a5b14038a01cc530fa7 (diff) |
Merge "Allow edit service button to be shown on service context menu in recreate mode."
Diffstat (limited to 'vid-automation')
-rw-r--r-- | vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json | 8 |
1 files changed, 4 insertions, 4 deletions
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 a874fec4c..a7b3a04c5 100644 --- a/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json +++ b/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json @@ -41,12 +41,12 @@ "modelType": "vnf", "modelVersion": "1.0" }, - "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", + "productFamilyId": "e433710f-9217-458d-a79d-1c7aff376d89", "instanceName": "hvf6arlba007", "action": "Create", "platformName": "xxx1", "lcpCloudRegionId": "hvf6", - "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", + "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", "instanceParams": [ {} ], @@ -67,7 +67,7 @@ "instanceName": "hvf6arlba007_lba_Base_01", "action": "Create", "lcpCloudRegionId": "hvf6", - "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", + "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", "instanceParams": [ {} ], @@ -90,7 +90,7 @@ "instanceName": "hvf6arlba007_lba_dj_01", "action": "Create", "lcpCloudRegionId": "hvf6", - "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", + "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", "instanceParams": [ {} ], |