summaryrefslogtreecommitdiff
path: root/nova/conf
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-05 20:28:22 +0000
committerGerrit Code Review <review@openstack.org>2017-04-05 20:28:22 +0000
commitc5c600de4a47f51164c78804450c0b8ed63cc195 (patch)
tree46ec3051e612dbbe70c25f24ccf226e4d8406056 /nova/conf
parent683295d74077768c55926aed465367614cb767aa (diff)
parent2cb4151e7f99b91a8e2dc0b7cd055e1d5890c21f (diff)
downloadnova-c5c600de4a47f51164c78804450c0b8ed63cc195.tar.gz
Merge "conf: Deprecate 'allow_same_net_traffic'"
Diffstat (limited to 'nova/conf')
-rw-r--r--nova/conf/network.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/nova/conf/network.py b/nova/conf/network.py
index 9b2410e1fc..fa0c9d1c74 100644
--- a/nova/conf/network.py
+++ b/nova/conf/network.py
@@ -1142,6 +1142,11 @@ Related options:
"""),
cfg.BoolOpt('allow_same_net_traffic',
default=True,
+ deprecated_for_removal=True,
+ deprecated_since='16.0.0',
+ deprecated_reason="""
+nova-network is deprecated, as are any related configuration options.
+""",
help="""
Determine whether to allow network traffic from same network.