Remove deprecated network_api_class option
This was deprecated in Mitaka and is removed in Newton. Change-Id: Ia8e3faba59b30fad284041f5b1ba543824d1ccac
This commit is contained in:
parent
b4e2c338de
commit
545e51de9a
@ -1093,10 +1093,7 @@ def is_neutron():
|
||||
if _IS_NEUTRON is not None:
|
||||
return _IS_NEUTRON
|
||||
|
||||
# TODO(sdague): As long as network_api_class is importable
|
||||
# is_neutron can return None to mean we have no idea what their
|
||||
# class is.
|
||||
_IS_NEUTRON = (nova.network.is_neutron() is True)
|
||||
_IS_NEUTRON = nova.network.is_neutron()
|
||||
return _IS_NEUTRON
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user