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:
@@ -108,6 +108,8 @@ class nova::network(
|
|||||||
include ::nova::deps
|
include ::nova::deps
|
||||||
include ::nova::params
|
include ::nova::params
|
||||||
|
|
||||||
|
warning('nova-network is deprecated in Newton and will be removed in the future.')
|
||||||
|
|
||||||
# forward all ipv4 traffic
|
# forward all ipv4 traffic
|
||||||
# this is required for the vms to pass through the gateways
|
# this is required for the vms to pass through the gateways
|
||||||
# public interface
|
# public interface
|
||||||
|
|||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user