From 276eaa580a8e67edaa50547c71c7d389d23d8324 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 30 Oct 2017 15:03:02 -0400 Subject: GENERIC-RESOURCE-API template fixes Add missing RESTAPI templates used by vcpe use case and fix error in properties file Change-Id: I008620438529244335eacbd704e355e2de80873d Issue-ID: SDNC-151 Signed-off-by: Dan Timoney Former-commit-id: af90e06e4fbd0f645467bef839ea18dfa6c415ca --- .../restapi-templates/src/main/json/vcpe-l2-interface.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 platform-logic/restapi-templates/src/main/json/vcpe-l2-interface.json (limited to 'platform-logic/restapi-templates/src/main/json/vcpe-l2-interface.json') diff --git a/platform-logic/restapi-templates/src/main/json/vcpe-l2-interface.json b/platform-logic/restapi-templates/src/main/json/vcpe-l2-interface.json new file mode 100644 index 00000000..eed19bab --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/vcpe-l2-interface.json @@ -0,0 +1,5 @@ +{ + "l2": { + "xconnect-outgoing-interface": "${tmp.tunnel-name}" + } +} -- cgit 1.2.3-korg