Files
neutron-lib/api-ref/source/v2/samples/bgp/bgp_peer-create-request.json
elajkat 00b6c2407b Move bgp api-def to neutron-lib
As neutron-dynamic-routing is a Neutron stadium project the api-def
should be in neutron-lib

Change-Id: I39de082a273cb6ad574022a2b59737ab8a059a09
2021-05-11 14:07:18 +02:00

8 lines
128 B
JSON

{
"bgp_peer":{
"auth_type":"none",
"remote_as":"1001",
"name":"bgp-peer",
"peer_ip":"10.0.0.3"
}
}