From a6cb51d27aa4b034bec7ce882ba45c0ee199aeff Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 20 Oct 2023 12:48:07 +0200 Subject: [PATCH] Drop Neutron oslomsg configuration These options were used for lbaasv2 and are not used in Octavia code for quite some time. Change-Id: Ie6f21fe9b46c55c37ee88ad911e7c5aa56b9db9c --- defaults/main.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index a4eafd66..0f4c87c0 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -312,25 +312,6 @@ octavia_task_flow_max_workers: 5 # Enable provisioning status sync with neutron db octavia_sync_provisioning_status: False -# For convenience, we make use of the neutron message vhost -# for the LBAAS event stream. We could make a completely -# separate vhost, but the old LBAAS functionality is -# deprecated so it's a bit pointless unless there is demand -# for doing it. As such, we provide these defaults here for -# the template to use. -neutron_oslomsg_rpc_userid: neutron -neutron_oslomsg_rpc_vhost: /neutron -neutron_oslomsg_rpc_transport: "{{ octavia_oslomsg_rpc_transport }}" -neutron_oslomsg_rpc_port: "{{ octavia_oslomsg_rpc_port }}" -neutron_oslomsg_rpc_servers: "{{ octavia_oslomsg_rpc_servers }}" -neutron_oslomsg_rpc_use_ssl: "{{ octavia_oslomsg_rpc_use_ssl }}" - -# For additional security use a different user on the Neutron queue -# for Octavia with restricted access to only the event streamer -# queues -octavia_neutron_oslomsg_rpc_userid: "{{ neutron_oslomsg_rpc_userid }}" -octavia_neutron_oslomsg_rpc_password: "{{ neutron_oslomsg_rpc_password }}" - # this controls if Octavia should add an anti-affinity hint to make sure # two amphora are not placed pn the same host (the most common setup of # ant affinity features in Nova).