Merge "Deprecate support for networking-ansible"

This commit is contained in:
Zuul 2022-06-29 05:10:37 +00:00 committed by Gerrit Code Review
commit 419ebe8cb6
5 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# A Heat environment file which can be used to enable network-ansible ML2 mechanism driver
# NOTE: Support for networking-ansible has been deprecated and will be removed after Z release.
resource_registry:
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2Ansible

View File

@ -1,4 +1,5 @@
# A Heat environment file which can be used to enable network-ansible ML2 mechanism driver
# NOTE: Support for networking-ansible has been deprecated and will be removed after Z release.
resource_registry:
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2Ansible

View File

@ -158,7 +158,6 @@ 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/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

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Support for the ``networking-ansible`` plugin has been deprecated. It will
be removed after the Zed release.