Include nova pci in api

Nova [pci]alias should also be configured for nova-api service.

Change-Id: Ie49b59c3981df340409c39050d7c9188eaa180ee
This commit is contained in:
Rocky 2020-10-29 21:53:43 +11:00
parent d07509e13d
commit c2c58e5619
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ class nova::api(
include nova::policy
include nova::keystone::authtoken
include nova::availability_zone
include nova::pci
if !$nova_metadata_wsgi_enabled {
warning('Running nova metadata api via evenlet is deprecated and will be removed in Stein release.')