From 0330037417ae9ae280fdb76ac99ee464dc4a6d1d Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Wed, 29 Jun 2016 11:16:51 +0200 Subject: [BGPVPN] Uplift plugin to Mitaka Change-Id: I9db366806ec97b44b0e537ee2d4beb3c8a968b92 Signed-off-by: Nikolas Hermanns --- deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml (limited to 'deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml') diff --git a/deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml b/deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml new file mode 100644 index 000000000..bbdefaf6e --- /dev/null +++ b/deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml @@ -0,0 +1,22 @@ +plugin-config-metadata: + title: BGPVPN fuel Plugin configuration template + version: 0.9.0 + created: 29.06.2016 + comment: None + +bgpvpn: + metadata: + class: plugin + default: false + enabled: true + label: BGPVPN plugin + toggleable: true + versions: + - metadata: + always_editable: false + label: BGPVPN plugin + plugin_version: 0.9.0 + restrictions: + - cluster:net_provider != 'neutron': Only neutron is supported by BGPVPN-plugin + weight: 90 + weight: 70 -- cgit 1.2.3-korg