From 38a197a68476c0935c0015c1baa9c8f894fa9695 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 24 Apr 2017 16:52:34 +0800 Subject: [PATCH] Adds releasenote for 'support-auto-none-special-network' Change-Id: I8434490cb15a894cedbbe50649388bd95efd5a97 Blueprint: support-auto-none-special-network --- .../notes/give-me-a-network-67e23600945346cd.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/give-me-a-network-67e23600945346cd.yaml diff --git a/releasenotes/notes/give-me-a-network-67e23600945346cd.yaml b/releasenotes/notes/give-me-a-network-67e23600945346cd.yaml new file mode 100644 index 0000000000..99e29abf24 --- /dev/null +++ b/releasenotes/notes/give-me-a-network-67e23600945346cd.yaml @@ -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.