Merge "Adds releasenote for 'support-auto-none-special-network'"

This commit is contained in:
Jenkins 2017-05-18 07:57:24 +00:00 committed by Gerrit Code Review
commit 7e8c9a9c26
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
features:
- New item key 'allocate_network' of 'networks' with allowed values 'auto'
and 'none' for OS::Nova::Server, to support 'Give Me a Network' nova feature.
Specifying 'auto' would auto allocate a network topology for the project
if there is no existing network available; Specifying 'none' means no
networking will be allocated for the created server.
This feature requires nova API micro version 2.37 or later and
the ``auto-allocated-topology`` API is available in the Neutron
networking service.