Fix undefined NeutronCorePluginML2Ansible

This is partial revert of f90f685d5d and
makes sure the  NeutronCorePluginML2Ansible service resource is defined
because it is still referenced to enable networking-ansible which is
now deprecated.

Closes-Bug: #1980202
Change-Id: I01d652094db921a8273f630fbe07f0535c1e8452
This commit is contained in:
Takashi Kajinami 2022-06-29 23:13:08 +09:00
parent 92d7061e91
commit b9148e452b
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ resource_registry:
OS::TripleO::Services::NeutronCorePluginMLNXSDN: deployment/neutron/neutron-plugin-ml2-mlnx-sdn-assist-container-puppet.yaml
OS::TripleO::Services::NeutronCorePluginVTS: deployment/neutron/neutron-plugin-ml2-cisco-vts-container-puppet.yaml
OS::TripleO::Services::NeutronCorePluginML2Ansible: deployment/deprecated/neutron/neutron-plugin-ml2-ansible-container-puppet.yaml
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
OS::TripleO::Services::NeutronLinuxbridgeAgent: OS::Heat::None
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None