diff --git a/lib/puppet/type/neutron_network.rb b/lib/puppet/type/neutron_network.rb index 706af6858..ce6277cb2 100644 --- a/lib/puppet/type/neutron_network.rb +++ b/lib/puppet/type/neutron_network.rb @@ -33,11 +33,11 @@ Puppet::Type.newtype(:neutron_network) do end newparam(:project_name) do - desc 'The name of the project which will own the network.(DEPRECATED)' + desc 'The name of the project which will own the network.' end newproperty(:project_id) do - desc 'A uuid identifying the project which will own the network.(DEPRECATED)' + desc 'A uuid identifying the project which will own the network.' end newparam(:tenant_name) do diff --git a/lib/puppet/type/neutron_subnet.rb b/lib/puppet/type/neutron_subnet.rb index 69411e3ee..778206151 100644 --- a/lib/puppet/type/neutron_subnet.rb +++ b/lib/puppet/type/neutron_subnet.rb @@ -81,11 +81,11 @@ Puppet::Type.newtype(:neutron_subnet) do end newparam(:project_name) do - desc 'The name of the project which will own the subnet.(DEPRECATED)' + desc 'The name of the project which will own the subnet.' end newproperty(:project_id) do - desc 'A uuid identifying the project which will own the subnet.(DEPRECATED)' + desc 'A uuid identifying the project which will own the subnet.' end newparam(:tenant_name) do