horizon/releasenotes/notes/provider-net-config-713f0672c8e49888.yaml
Akihiro Motoki 5fc69c9764 Make neutron provider network configuration more flexible
Previously only the predefined provider network types
can be used in supported_provider_types.
Neutron support various network back-ends and some of
them use different provider network types.
Operators who use such back-ends cannot specify extra
provider network types not defined in Horizon.

This commit reorganizes the logic around neutron provider
network and allows to specify extra provider network types.

Co-Authored-By: YAMAMOTO Takashi <yamamoto@midokura.com>
Related-Bug: #1504466
Change-Id: Ia5e3f91b7c5964a5253a67a42c7d63e35619d1c2
2016-04-11 19:12:30 +09:00

7 lines
269 B
YAML

---
features:
- Neutron provider network configuration now becomes more flexible
so that operators can configure various provider network parameters
including new network type, segmenatiton ID ranges and so on
based on neutron network back-ends they use.