Merge "Configure oslo.policy options and policy rules in nova-compute"
This commit is contained in:
@@ -340,6 +340,8 @@ class nova::compute (
|
||||
|
||||
$image_type_exclude_list_real = pick(join(any2array($image_type_exclude_list), ','), $::os_service_default)
|
||||
|
||||
include nova::policy
|
||||
|
||||
include nova::pci
|
||||
include nova::compute::pci
|
||||
include nova::compute::mdev
|
||||
|
@@ -70,6 +70,7 @@ describe 'nova::compute' do
|
||||
:ensure => 'present',
|
||||
) }
|
||||
|
||||
it { is_expected.to contain_class('nova::policy') }
|
||||
it { is_expected.to contain_class('nova::availability_zone') }
|
||||
|
||||
it 'installs mkisofs package and sets config_drive_format' do
|
||||
|
Reference in New Issue
Block a user