From 1b93ca14c4d58c360424fbf34f669014b34d3b4b Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 3 Apr 2017 10:58:49 -0400 Subject: 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 --- manifests/profile/base/neutron/sriov.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/profile/base/neutron') diff --git a/manifests/profile/base/neutron/sriov.pp b/manifests/profile/base/neutron/sriov.pp index 00ecc21..24c7b63 100644 --- a/manifests/profile/base/neutron/sriov.pp +++ b/manifests/profile/base/neutron/sriov.pp @@ -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 -- cgit 1.2.3-korg