Update OS::TripleO::Services::ComputeNeutronCorePlugin for containers
Neutron ML2 plugin has been containerized, we need to switch ComputeNeutronCorePlugin to use the containerized service in THT for the Neutron ML2 plugin, otherwise Neutron will be configured on the host and not in the container. Change-Id: I744cde656cc827762b13995d05f8881d4da2b5b8 Closes-Bug: #1762504
This commit is contained in:
parent
2ec5bd01dc
commit
f35c417804
@ -148,7 +148,7 @@ resource_registry:
|
||||
OS::TripleO::Services::NeutronCorePlugin: docker/services/neutron-plugin-ml2.yaml
|
||||
# can be the same as NeutronCorePlugin but some vendors install different
|
||||
# things where VMs run
|
||||
OS::TripleO::Services::ComputeNeutronCorePlugin: puppet/services/neutron-plugin-ml2.yaml
|
||||
OS::TripleO::Services::ComputeNeutronCorePlugin: docker/services/neutron-plugin-ml2.yaml
|
||||
OS::TripleO::Services::ComputeNeutronCorePluginNuage: puppet/services/neutron-compute-plugin-nuage.yaml
|
||||
# Neutron Core Plugin Vendors (these typically override NeutronCorePlugin)
|
||||
OS::TripleO::Services::NeutronCorePluginML2OVN: puppet/services/neutron-plugin-ml2-ovn.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user