a0b93fe3c9
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
10 lines
400 B
YAML
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. |