network: load GRE module using kmod puppet module

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2014-04-15 12:51:27 +02:00
parent 9b4d6cb0ea
commit 315a391978
8 changed files with 15 additions and 35 deletions

View File

@@ -206,6 +206,14 @@ describe 'cloud::compute::hypervisor' do
)
end
it 'should create neutron modprobe configuration file' do
should contain_file('/etc/modprobe.d/neutron.conf').with(
:owner => 'root',
:group => 'root',
:mode => '0644'
)
end
it 'configure spice console' do
should contain_class('nova::compute::spice').with(
:server_listen => '0.0.0.0',