Add note for subnet pool support

Adds note for neutron subnet pool support.

Change-Id: I6f57a34978eda3197012887911638d647e659678
Blueprint: subnet-pools
This commit is contained in:
Rabi Mishra 2015-12-15 15:50:52 +05:30
parent d0e7de74c2
commit 4dc9155372
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
features:
- A new ``OS::Neutron:SubnetPool`` resource that helps in
managing the lifecycle of neutron subnet pool.
Availability of this resource depends on availability of
neutron ``subnet_allocation`` API extension.
- Resource ``OS::neutron::Subnet`` now supports ``subnetpool``
optional property, that will automate the allocation of CIDR
for the subnet from the specified subnet pool.