Merge "Configure oslo.policy options and policy rules in nova-compute"

This commit is contained in:
Zuul 2022-08-12 08:22:38 +00:00 committed by Gerrit Code Review
commit d8739ad539
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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