heat/releasenotes/notes/give-me-a-network-67e23600945346cd.yaml
huangtianhua 38a197a684 Adds releasenote for 'support-auto-none-special-network'
Change-Id: I8434490cb15a894cedbbe50649388bd95efd5a97
Blueprint: support-auto-none-special-network
2017-05-18 01:41:44 +00:00

11 lines
540 B
YAML

---
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.