From df553879e1ea1cc611beed013d10deb9aec57912 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Fri, 25 Oct 2019 10:51:26 +0200 Subject: [PATCH] Include ::nova::pci to nova api profile pci_alias was removed from nova::api with c3e5c7480f03949a824165349642b59a6077ec5d We need to include ::nova::pci for the nova api service to have pci/aliases configured in nova api. Closes-Bug: #1849797 Change-Id: I5258028ff636e8a6287468499dd6974f6c7f6f6f (cherry picked from commit f58dfd55ab2d0a0d34dbd480a3b2c1ebb7ac0ee6) --- manifests/profile/base/nova/api.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/profile/base/nova/api.pp b/manifests/profile/base/nova/api.pp index 298634faa..6762298b2 100644 --- a/manifests/profile/base/nova/api.pp +++ b/manifests/profile/base/nova/api.pp @@ -126,6 +126,7 @@ class tripleo::profile::base::nova::api ( } include ::nova::cors include ::nova::network::neutron + include ::nova::pci } # Temporarily disable Nova API deployed in WSGI # https://bugs.launchpad.net/nova/+bug/1661360