summaryrefslogtreecommitdiff
path: root/nova/conf/network.py
diff options
context:
space:
mode:
authorDan Smith <dansmith@redhat.com>2016-07-07 11:47:52 -0700
committerMatt Riedemann <mriedem@us.ibm.com>2016-07-14 21:22:35 -0400
commitd82db52a093527c7978648c30870faa64043a752 (patch)
tree0a09d55e7053b2790263197b0eb764ac442a520d /nova/conf/network.py
parent78c6c3b58643d0d5a69ba8acfb459fd0423688f1 (diff)
downloadnova-d82db52a093527c7978648c30870faa64043a752.tar.gz
Remove deprecated network_api_class option
This was deprecated in Mitaka and is removed in Newton. Change-Id: Ia8e3faba59b30fad284041f5b1ba543824d1ccac
Diffstat (limited to 'nova/conf/network.py')
-rw-r--r--nova/conf/network.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/nova/conf/network.py b/nova/conf/network.py
index 5e651e7e47..b4149d5056 100644
--- a/nova/conf/network.py
+++ b/nova/conf/network.py
@@ -257,12 +257,6 @@ with the name 'mtu'.
None
"""),
- cfg.StrOpt('network_api_class',
- default=NOVA_NET_API,
- help='DEPRECATED: The full class name of the '
- 'network API class to use. ``use_neutron`` '
- 'should be used instead.',
- deprecated_for_removal=True),
cfg.BoolOpt('use_neutron',
default=False,
help="Whether to use Neutron or Nova Network as the back end "