Periodic message loss between VIM and Openstack pods

The requests to Openstack services hang/fail sometimes
due to message loss when connecting to internal service
endpoints. This issue was observed before and fixed in
commit https://review.opendev.org/#/c/683818/ by setting
net.ipv4.tcp_tw_reuse to 0, however, it's still being
seen on recent STX loads.

It has been tested and proved that requests go through
ingress pod do not have the issue. In the commit
https://review.opendev.org/750001, pci affinity agent
has been updated to talk to keystone public host,
so this commit updates its default keystone auth
port to 80 to align with keystone public host.

Change-Id: I10897c7148a07f42f76b4a74258f736245bf9dca
Closes-Bug: 1880777
Depends-On: https://review.opendev.org/750001
Signed-off-by: Angie Wang <angie.wang@windriver.com>
This commit is contained in:
Angie Wang 2020-09-04 13:16:02 -04:00
parent 8f68f93b7a
commit 85e6aed832
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ username=admin
tenant=admin
authorization_protocol=http
authorization_ip=<%= @openstack_auth_host %>
authorization_port=5000
authorization_port=80
user_domain_name=<%= @openstack_user_domain %>
project_domain_name=<%= @openstack_project_domain %>
project_name=admin