From 8f21ca2d5951be14464b3a99b9e792b3bd7a63b0 Mon Sep 17 00:00:00 2001 From: "juraj.linkes" Date: Thu, 2 Feb 2017 14:19:37 +0100 Subject: Added a script for removing data from odls neutron northbound Change-Id: Idfeadd98ee8e7ff309e32c56397f12effd3624b9 Signed-off-by: juraj.linkes --- scripts/data/neutron_nb_uris.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/data/neutron_nb_uris.yaml (limited to 'scripts/data/neutron_nb_uris.yaml') diff --git a/scripts/data/neutron_nb_uris.yaml b/scripts/data/neutron_nb_uris.yaml new file mode 100644 index 0000000..a552eca --- /dev/null +++ b/scripts/data/neutron_nb_uris.yaml @@ -0,0 +1,13 @@ +scheme: http +host: localhost +port: 8081 +username: admin +password: admin + +key: id +odl_nb_uris: + - '/controller/nb/v2/neutron/subnets' + - '/controller/nb/v2/neutron/networks' + - '/controller/nb/v2/neutron/ports' + - '/controller/nb/v2/neutron/security-groups' + - '/controller/nb/v2/neutron/security-group-rules' -- cgit 1.2.3-korg