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

This commit is contained in:
Zuul 2017-11-29 01:27:20 +00:00 committed by Gerrit Code Review
commit eb9e86a6e4
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']