From 442a674aa73ba52e95d0f2868f39c917a70e58da Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 3 Jul 2014 16:54:39 -0400 Subject: [PATCH] Update incorrect comment about nova-network status The network manifest contained a comment that said that nova-network was no longer receiving any patches. That's not actually the case, so replace the comment with a new description that describes the current state. The openstack-dev post that officially unfroze nova-network is here: http://lists.openstack.org/pipermail/openstack-dev/2014-January/025824.html Change-Id: Ifbe2ec0b9e7971bb85f84b4cb3c014eeb4e6efde --- manifests/network.pp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/manifests/network.pp b/manifests/network.pp index b614c2638..46ca0fc4b 100644 --- a/manifests/network.pp +++ b/manifests/network.pp @@ -1,8 +1,11 @@ # == Class: nova::network # -# Manages nova-network. Note that -# Nova-network is not receiving upstream patches any more -# and Neutron should be used in its place +# Manages nova-network. +# +# An OpenStack deployment that includes compute and networking will use either +# nova-network or Neutron. Neutron is newer and nova-network is the legacy +# networking support built directly into Nova. However, nova-network is still +# fully supported, is not feature frozen, and is not yet officially deprecated. # # === Parameters: #