Merge "rehome trunk related callback resource names"

This commit is contained in:
Zuul 2019-02-12 17:57:45 +00:00 committed by Gerrit Code Review
commit e9dd3871f9
2 changed files with 8 additions and 0 deletions

View File

@ -32,3 +32,6 @@ SEGMENT_HOST_MAPPING = 'segment_host_mapping'
SUBNET = 'subnet'
SUBNETS = 'subnets'
SUBNETPOOL_ADDRESS_SCOPE = 'subnetpool_address_scope'
SUBPORTS = 'subports'
TRUNK = 'trunk'
TRUNK_PLUGIN = 'trunk_plugin'

View File

@ -0,0 +1,5 @@
---
features:
- The ``SUBPORTS``, ``TRUNK`` and ``TRUNK_PLUGIN`` constants are now
available in ``neutron_lib.callbacks.resources`` for defining Trunk
related callback resources.