diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2019-05-21 22:21:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-21 22:21:24 +0000 |
commit | 4a8f63b99a8aeeed0f8a24e62f1ce1dd5fd09e01 (patch) | |
tree | d54166c6c58c3fe320d252bce25587d88b63c379 /test/placement-tests/request_placement_vfmod.json | |
parent | 85f519730a7bbad030cd6ee5661ff1bddab85245 (diff) | |
parent | 20d7c2fe2b814e36f3eeeeb2ebb6105c97cfa8b4 (diff) |
Merge "Fixed TD policies"
Diffstat (limited to 'test/placement-tests/request_placement_vfmod.json')
-rw-r--r-- | test/placement-tests/request_placement_vfmod.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/placement-tests/request_placement_vfmod.json b/test/placement-tests/request_placement_vfmod.json index db5a38f..e4186d6 100644 --- a/test/placement-tests/request_placement_vfmod.json +++ b/test/placement-tests/request_placement_vfmod.json @@ -33,7 +33,9 @@ "demands": { "vFW-SINK": [{ "attributes": { - "global-customer-id": "Demonstration", + "global-customer-id": { + "get_param": "chosen_customer_id" + }, "cloud-region-id": { "get_param": "chosen_region" }, @@ -56,7 +58,9 @@ }], "vPGN": [{ "attributes": { - "global-customer-id": "Demonstration", + "global-customer-id": { + "get_param": "chosen_customer_id" + }, "cloud-region-id": { "get_param": "chosen_region" }, |