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 
1b93ca14c4d58c360424fbf34f669014b34d3b4b)
   $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
 
--- /dev/null
+---
+fixes:
+  - Fixes missing neutron base class in sriov