Fixes missing neutron base in sriov
This causes issues in deployments that is not using ML2 ComputeNeutronCorePlugin or OVS agent on the compute nodes. Closes-Bug: 1679202 Change-Id: I9cdfd115add8c0d2d3ae6802e7bde007c1677c67 Signed-off-by: Tim Rozet <trozet@redhat.com>
This commit is contained in:
parent
2e7fbe1d95
commit
1b93ca14c4
@ -33,6 +33,8 @@ class tripleo::profile::base::neutron::sriov(
|
||||
$mechanism_drivers = hiera('neutron::plugins::ml2::mechanism_drivers'),
|
||||
) {
|
||||
|
||||
include ::tripleo::profile::base::neutron
|
||||
|
||||
if $step >= 4 {
|
||||
if 'sriovnicswitch' in $mechanism_drivers {
|
||||
include ::neutron::agents::ml2::sriov
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixes missing neutron base class in sriov
|
Loading…
Reference in New Issue
Block a user