Remove rootwrap class
It was deprecated during the previous cycle[1], because of no logic
implemented in the class.
[1] 25db3553c4
Change-Id: I7b76b358e31aec5f56adcf0748ab4375a73b3ca6
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
# == Class: neutron::rootwrap
|
|
||||||
# DEPRECATED !!
|
|
||||||
# Manages the neutron rootwrap.conf file on systems
|
|
||||||
#
|
|
||||||
# === Parameters:
|
|
||||||
#
|
|
||||||
class neutron::rootwrap (
|
|
||||||
) {
|
|
||||||
|
|
||||||
include neutron::deps
|
|
||||||
|
|
||||||
warning('The neutron::rootwrap class is deprecated.')
|
|
||||||
}
|
|
4
releasenotes/notes/remove-rootwrap-de6234ee5e2d3ed0.yaml
Normal file
4
releasenotes/notes/remove-rootwrap-de6234ee5e2d3ed0.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The ``neutron::rootwrap`` class has been removed.
|
@@ -1,27 +0,0 @@
|
|||||||
require 'spec_helper'
|
|
||||||
|
|
||||||
describe 'neutron::rootwrap' do
|
|
||||||
let :params do
|
|
||||||
{}
|
|
||||||
end
|
|
||||||
|
|
||||||
shared_examples 'neutron rootwrap' do
|
|
||||||
it 'configures rootwrap.conf' do
|
|
||||||
# Now this class doesn't have any effective parameters
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
on_supported_os({
|
|
||||||
:supported_os => OSDefaults.get_supported_os
|
|
||||||
}).each do |os,facts|
|
|
||||||
|
|
||||||
context "on #{os}" do
|
|
||||||
let(:facts) do
|
|
||||||
facts.merge!(OSDefaults.get_facts({
|
|
||||||
}))
|
|
||||||
end
|
|
||||||
|
|
||||||
it_behaves_like 'neutron rootwrap'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
Reference in New Issue
Block a user