Remove duplicated argument when running a liveness check

This change removes duplicated argument from neutron-ovs-agent-liveness.sh in neutron when running health-probe.py

story: 2010803
task: 48286
Change-Id: Ia362fc27c2fc250e4747941400bfa82eead5e99c
This commit is contained in:
moontaek-rho 2023-06-28 14:54:49 +09:00
parent 0a02cb8f4b
commit 83652f2e1a
3 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Neutron
name: neutron
version: 0.3.12
version: 0.3.13
home: https://docs.openstack.org/neutron/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
sources:

View File

@ -26,7 +26,6 @@ python \
/etc/neutron/plugins/ml2/openvswitch_agent.ini \
--agent-queue-name \
q-agent-notifier-tunnel-update \
--liveness-probe
{{- if .Values.pod.use_fqdn.neutron_agent }}
--use-fqdn \
{{- end }}

View File

@ -54,4 +54,5 @@ neutron:
- 0.3.10 Configure keystone authentication credentials for placement
- 0.3.11 Add Zed overrides
- 0.3.12 Update oslo_messaging_RPCClient and get_rpc_transport
- 0.3.13 Remove duplicated argument when running a liveness check
...