diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-06-29 11:16:51 +0200 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-07-01 11:56:41 +0000 |
commit | 0330037417ae9ae280fdb76ac99ee464dc4a6d1d (patch) | |
tree | c0f759981ed2e5f4cc37d6abf32b187a5ec40c6f /deploy/config/plugins | |
parent | 65f0209484dbd2851bae5323b294c7289596e214 (diff) |
[BGPVPN] Uplift plugin to Mitaka
Change-Id: I9db366806ec97b44b0e537ee2d4beb3c8a968b92
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'deploy/config/plugins')
-rw-r--r-- | deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
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 |