Merge "Deprecate Nova Network"

This commit is contained in:
Jenkins 2016-04-30 13:35:01 +00:00 committed by Gerrit Code Review
commit a3a8d76431
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.