fix view_url of onos and vtn services
diff --git a/xos/configurations/cord-pod/make-vtn-external-yaml.sh b/xos/configurations/cord-pod/make-vtn-external-yaml.sh
index c623394..4c9e0ee 100644
--- a/xos/configurations/cord-pod/make-vtn-external-yaml.sh
+++ b/xos/configurations/cord-pod/make-vtn-external-yaml.sh
@@ -18,14 +18,14 @@
requirements:
properties:
kind: onos
- view_url: /admin/onos/onosservice/$id$/
+ view_url: /admin/onos/onosservice/\$id$/
no_container: true
rest_hostname: onos-cord
service_vtn:
type: tosca.nodes.VTNService
properties:
- view_url: /admin/vtn/vtnservice/$id$/
+ view_url: /admin/vtn/vtnservice/\$id$/
privateGatewayMac: 00:00:00:00:00:01
localManagementIp: 172.27.0.1/24
ovsdbPort: 6641