From 07e71e57d8211fa791171ad88870302b97a60a95 Mon Sep 17 00:00:00 2001 From: Moshe Levi Date: Sat, 18 Nov 2017 08:04:03 +0200 Subject: [PATCH] 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 --- manifests/profile/base/nova/compute.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/profile/base/nova/compute.pp b/manifests/profile/base/nova/compute.pp index a9a1f947c..3cb0a8f3f 100644 --- a/manifests/profile/base/nova/compute.pp +++ b/manifests/profile/base/nova/compute.pp @@ -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']