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>
(cherry picked from commit 1b93ca14c4)
(cherry picked from commit 79e3a9fe3b)
This commit is contained in:
Tim Rozet 2017-04-03 10:58:49 -04:00
parent 1796d426a4
commit e0d5fc523a
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixes missing neutron base class in sriov