octavia/releasenotes/notes/3rd-party-neutron-backends-deployment-82691be2bc72a786.yaml
Omer Anson ca69044222 devstack: Allow 3rd party neutron backends deployment
In plugin.sh, there is only support for neutron reference
implementation, with either openvswitch or linuxbridge agent.

This change allows external devstack plugins to define hooks needed in
devstack.

Change-Id: I1d5797a1becb4201d76c0e522f84dad09804c5b6
Closes-Bug: #1712077
2017-08-24 09:25:35 +03:00

8 lines
318 B
YAML

---
features:
- |
Added hook to plugin.sh: `octavia_create_network_interface_device` and
`octavia_delete_network_interface_device`. For each of these functions,
if they are defined during stack (respectively unstack), they are called
to create (respectively delete) the management network interface.