diff options
author | juraj.linkes <jlinkes@cisco.com> | 2017-02-02 14:19:37 +0100 |
---|---|---|
committer | juraj.linkes <jlinkes@cisco.com> | 2017-02-02 14:49:13 +0100 |
commit | 8f21ca2d5951be14464b3a99b9e792b3bd7a63b0 (patch) | |
tree | 89867880e7f9f3c42de8b866ac0c10f81517f99e /scripts/data | |
parent | be53da165264c30c5fb5034563cf04dbdafa90de (diff) |
Added a script for removing data from odls neutron northbound
Change-Id: Idfeadd98ee8e7ff309e32c56397f12effd3624b9
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Diffstat (limited to 'scripts/data')
-rw-r--r-- | scripts/data/neutron_nb_uris.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
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' |