Use RFC8040 URL for OVSDB tests
[integration/test.git] / csit / variables / ovsdb / create_port.json
1 {
2     "network-topology:termination-point": [
3         {
4             "ovsdb:options": [
5                 {
6                     "ovsdb:option": "remote_ip",
7                     "ovsdb:value": "192.168.0.21"
8                 }
9             ],
10             "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
11             "ovsdb:name": "vxlanport",
12             "tp-id": "vxlanport"
13         }
14     ]
15 }