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
This commit is contained in:
Martin Schuppert 2019-10-25 10:51:26 +02:00
parent f554d9662e
commit f58dfd55ab
1 changed files with 1 additions and 0 deletions

View File

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