diff --git a/environments/neutron-opendaylight-sriov.yaml b/environments/neutron-opendaylight-sriov.yaml index 943dd028d3..a6eb14a980 100644 --- a/environments/neutron-opendaylight-sriov.yaml +++ b/environments/neutron-opendaylight-sriov.yaml @@ -4,6 +4,7 @@ resource_registry: # see https://review.openstack.org/#/c/563443 OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-plugin-ml2.yaml OS::TripleO::Services::NeutronSriovAgent: ../docker/services/neutron-sriov-agent.yaml + OS::TripleO::Services::NeutronSriovHostConfig: ../puppet/services/neutron-sriov-host-config.yaml parameter_defaults: NeutronMechanismDrivers: ['sriovnicswitch','opendaylight_v2'] diff --git a/environments/neutron-sriov.yaml b/environments/neutron-sriov.yaml index 323ce8d952..5a07b87f85 100755 --- a/environments/neutron-sriov.yaml +++ b/environments/neutron-sriov.yaml @@ -1,6 +1,7 @@ ## A Heat environment that can be used to deploy SR-IOV resource_registry: OS::TripleO::Services::NeutronSriovAgent: ../docker/services/neutron-sriov-agent.yaml + OS::TripleO::Services::NeutronSriovHostConfig: ../puppet/services/neutron-sriov-host-config.yaml parameter_defaults: NeutronMechanismDrivers: ['sriovnicswitch', 'openvswitch']