heat/releasenotes/notes/neutron-address-scope-ce234763e22c7449.yaml
huangtianhua a0b93fe3c9 Support neutron address scope
Add OS::Neutron::AddressScope resource.
This resource can be associated with multiple
subnet pools in a one-to-many relationship.
The subnet pools under an address scope must not
overlap.

Blueprint: add-neutron-address-scope
Depends-On: I43ab41e419148818e088e60d94cec96188100212

Change-Id: Ie97109a4a053baee4e4629f60ae5582ca286a892
2016-01-19 15:26:40 +08:00

10 lines
400 B
YAML

---
features:
- |
A new ``OS::Neutron:AddressScope`` resource that helps in
managing the lifecycle of neutron address scope.
Availability of this resource depends on availability of
neutron ``address-scope`` API extension. This resource can
be associated with multiple subnet pools in a one-to-many
relationship. The subnet pools under an address scope must
not overlap.