Add neutron-radvd to sidecar_container_list

This patch affects only ML2/OVS setups.
Some faults tests fail after reboots or disruptive actions because
the neutron-radvd sidecar containers move from one controller to
another one, which is not really wrong.

Change-Id: I3fa53563e6ed92eadb7e53789df04297684c312c
This commit is contained in:
Eduardo Olivares 2023-11-15 11:46:58 +01:00
parent bb712907d4
commit a91c0d49c8

View File

@ -590,7 +590,7 @@ pcs_resource_list = ['haproxy', 'galera', 'redis', 'ovn-dbs', 'cinder',
sidecar_container_list = [
'neutron-haproxy-ovnmeta', 'neutron-haproxy-qrouter',
'neutron-dnsmasq-qdhcp', 'neutron-keepalived-qrouter']
'neutron-dnsmasq-qdhcp', 'neutron-keepalived-qrouter', 'neutron-radvd']
def remove_containers_from_comparison(comparable_containers_df):