NeutronSriovHostConfig missing in SRIOV's env files
This service is required to perform operations on the host in order to configure SRIOV capable NICs. Change-Id: I30d790c917f5bdbf0d6e6fca66aea7d08c1c8d10 Closes-Bug: #1773746 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
This commit is contained in:
parent
ca067288f7
commit
816c07902f
@ -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']
|
||||
|
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user