include nova::compute::pci in compute.pp

This commit Iccf86f42448d2e7e682728cb82808f91b6d8124e in
puppet-nova change the way we configure the pci whitlist.

It is now require to include the nova::compute::pci class
to apply the pci whitelist configration on the compute node.

Change-Id: Ie29dcd8a9ac10f61c623149670094fa8b108d50d
This commit is contained in:
Moshe Levi 2017-11-18 08:04:03 +02:00
parent 0cbf5b906f
commit 07e71e57d8
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class tripleo::profile::base::nova::compute (
class { '::nova::compute':
keymgr_api_class => $keymgr_api_class,
}
include ::nova::compute::pci
# If Service['nova-conductor'] is in catalog, make sure we start it
# before nova-compute.
Service<| title == 'nova-conductor' |> -> Service['nova-compute']