diff --git a/nova/cmd/network.py b/nova/cmd/network.py index 1045cc4bbe0e..3048cd7aa3b5 100644 --- a/nova/cmd/network.py +++ b/nova/cmd/network.py @@ -69,6 +69,8 @@ def main(): LOG.warning(_LW('Conductor local mode is deprecated and will ' 'be removed in a subsequent release')) + LOG.warning(_LW('Nova network is deprecated and will be removed ' + 'in the future')) server = service.Service.create(binary='nova-network', topic=CONF.network_topic, db_allowed=CONF.conductor.use_local) diff --git a/releasenotes/notes/deprecate_nova_network-093e937dcdb7fc57.yaml b/releasenotes/notes/deprecate_nova_network-093e937dcdb7fc57.yaml new file mode 100644 index 000000000000..b9407bc88c14 --- /dev/null +++ b/releasenotes/notes/deprecate_nova_network-093e937dcdb7fc57.yaml @@ -0,0 +1,8 @@ +--- +deprecations: + + - Nova network is now deprecated. Based on the results of the + current OpenStack User Survey less than 10% of our users remain on + Nova network. This is the signal that it is time migrate to + Neutron. No new features will be added to Nova network, and bugs + will only be fixed on a case by case basis.