Do not invoke host config in agent config

The SR-IOV agent config was pulling in the host configuration which is
incorrect and will not work under certain conditions.

Change-Id: If5a0861441c1c33431364f2a1f3d7d1296106159
Closes-Bug: #1832335
This commit is contained in:
Brent Eagles 2019-06-11 09:54:28 -02:30 committed by Bernard Cafarelli
parent d25bea7ef5
commit e9484ac789
1 changed files with 0 additions and 1 deletions

View File

@ -32,6 +32,5 @@ class tripleo::profile::base::neutron::sriov(
if $step >= 4 {
include ::neutron::agents::ml2::sriov
include ::tripleo::host::sriov
}
}