Deprecate Nova Network

This deprecates Nova Network as was decided in the Nova / Neutron
design summit session for the Newton summit.

Change-Id: I1304a605fc4b1a832036bd98b5bfd0d630d6fe56
This commit is contained in:
Sean Dague 2016-04-27 12:03:56 -05:00
parent 166f6ac325
commit 7d5fc48682
2 changed files with 10 additions and 0 deletions

View File

@ -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)

View File

@ -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.