+ COMMAND=start + start + exec uwsgi --ini /etc/octavia/octavia-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/octavia/octavia-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jul 28 03:29:07 2026] *** compiled with version: 11.4.0 on 11 June 2026 18:02:18 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: octavia-api-ccfd568dd-flzqj machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9876 fd 3 Python version: 3.10.12 (main, Mar 3 2026, 11:56:32) [GCC 11.4.0] Python main interpreter initialized at 0x5634a3c33e30 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.10/site-packages/wsme/protocol.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /var/lib/openstack/lib/python3.10/site-packages/wsme/protocol.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources Traceback (most recent call last): File "/var/lib/openstack/bin/octavia-wsgi", line 52, in application = setup_app() File "/var/lib/openstack/lib/python3.10/site-packages/octavia/api/app.py", line 65, in setup_app octavia_service.prepare_service(argv) File "/var/lib/openstack/lib/python3.10/site-packages/octavia/common/service.py", line 24, in prepare_service config.init(argv[1:]) File "/var/lib/openstack/lib/python3.10/site-packages/octavia/common/config.py", line 928, in init version='%%prog %s' % version.version_info.release_string(), File "/var/lib/openstack/lib/python3.10/site-packages/pbr/version.py", line 490, in release_string return self.semantic_version().release_string() File "/var/lib/openstack/lib/python3.10/site-packages/pbr/version.py", line 498, in semantic_version self._semantic = self._get_version_from_importlib_metadata() File "/var/lib/openstack/lib/python3.10/site-packages/pbr/version.py", line 483, in _get_version_from_importlib_metadata return SemanticVersion.from_pip_string(result_string) File "/var/lib/openstack/lib/python3.10/site-packages/pbr/version.py", line 156, in from_pip_string return klass._from_pip_string_unsafe(version_string) File "/var/lib/openstack/lib/python3.10/site-packages/pbr/version.py", line 221, in _from_pip_string_unsafe prerelease_type, prerelease = _parse_type(remainder[0]) File "/var/lib/openstack/lib/python3.10/site-packages/pbr/version.py", line 199, in _parse_type return prerelease_type, int(prerelease) ValueError: invalid literal for int() with base 10: '' unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. GAME OVER *** OOPS ! failed loading app in worker 1 (pid 7) Tue Jul 28 03:29:13 2026 - need-app requested, destroying the instance... SIGINT/SIGTERM received...killing workers... Traceback (most recent call last): File "/var/lib/openstack/bin/octavia-wsgi", line 6, in from octavia.api.app import setup_app File "/var/lib/openstack/lib/python3.10/site-packages/octavia/api/app.py", line 26, in from octavia.api import config as app_config File "/var/lib/openstack/lib/python3.10/site-packages/octavia/api/config.py", line 15, in from octavia.api.common import hooks File "/var/lib/openstack/lib/python3.10/site-packages/octavia/api/common/hooks.py", line 21, in from octavia.common import context File "/var/lib/openstack/lib/python3.10/site-packages/octavia/common/context.py", line 19, in from octavia.common import policy File "/var/lib/openstack/lib/python3.10/site-packages/octavia/common/policy.py", line 17, in from oslo_policy import policy as oslo_policy File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 238, in from oslo_policy import _checks KeyboardInterrupt unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. GAME OVER *** OOPS ! failed loading app in worker 2 (pid 8) Tue Jul 28 03:29:14 2026 - need-app requested, destroying the instance... goodbye to uWSGI.