Fix facts for policy test

Change-Id: I460e2656ae57016824ec8635f7995b5d00fe0ff2
This commit is contained in:
iberezovskiy 2016-06-07 19:56:43 +03:00
parent cd1f0d98cc
commit f0d888ac91

View File

@ -38,7 +38,7 @@ describe 'neutron::policy' do
}).each do |os,facts|
context "on #{os}" do
let (:facts) do
facts.merge(OSDefaults.get_facts({:processorcount => 8}))
facts.merge!(OSDefaults.get_facts())
end
it_configures 'neutron policies'