Deprecate nova-network deployments

Deprecate nova-network deployments, since it's deprecated in Nova:
https://review.openstack.org/#/c/310539/

Change-Id: I35b186cbab470d28c59bbf3dc1263aa79054d963
This commit is contained in:
Emilien Macchi 2016-05-18 22:06:52 +02:00
parent 881701c415
commit 6535be816c
2 changed files with 6 additions and 0 deletions

View File

@ -108,6 +108,8 @@ class nova::network(
include ::nova::deps
include ::nova::params
warning('nova-network is deprecated in Newton and will be removed in the future.')
# forward all ipv4 traffic
# this is required for the vms to pass through the gateways
# public interface

View File

@ -0,0 +1,4 @@
---
deprecations:
- nova-network deployment is deprecated, since Nova deprecated it during Newton cycle.
Its support will be removed in the future.