Merge "Fix invalid PCI alias definition"

This commit is contained in:
Jenkins 2017-06-19 21:22:29 +00:00 committed by Gerrit Code Review
commit bbd20094e2
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ as a standalone service, or httpd for being run by a httpd server")
if $pci_alias {
nova_config {
'pci/pci_alias': value => check_array_of_hash($pci_alias);
'pci/pci_alias': value => join(any2array(check_array_of_hash($pci_alias)), ',');
}
}