neutron-lib/releasenotes/notes/extend-segment-methods-with-filters-6e74953ae2d3b828.yaml
Kailun Qin e00321286b Extend methods for network segment range support
This patch extends the ML2 type driver abstract methods
``reserve_provider_segment`` and ``allocate_tenant_segment`` with
``filters`` used as search criteria for the segment allocation support
when network-segment-range extension is loaded.

Co-authored-by: Allain Legacy <Allain.legacy@windriver.com>

Partially-implements: blueprint network-segment-range-management
Change-Id: I249f2b306b0157b1e5f2acaaa947f8977def17fe
2019-01-25 06:00:25 +08:00

8 lines
273 B
YAML

---
features:
- |
Extend the ML2 type driver abstract methods ``reserve_provider_segment``
and ``allocate_tenant_segment`` with ``filters`` that is used as search
criteria for the segment allocation support when network-segment-range
extension is loaded.