ca69044222
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
8 lines
318 B
YAML
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.
|