1d645c8ef3
This change adds port bindings to the RPC topics resources. It also adds the 'activate' and 'deactivate' messages for this resource. This is done in support of the implementation of multiple port bindings. Change-Id: I5ed542b7a137338a0878f683decc5dcca7f814de Partial-Bug: #1580880
6 lines
233 B
YAML
6 lines
233 B
YAML
---
|
|
features:
|
|
- New ``PORT_BINDING``, ``ACTIVATE`` and ``DEACTIVATE`` definitions have been
|
|
added to ``neutron_lib.agent.topics``, to enable plug-ins to notify agents
|
|
when a port binding has been activated or de-activated.
|