+ 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 [Fri Jul 24 11:34:22 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-6755888ff5-n4jrw 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 0x55d6d27d49d0 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 2 (pid 8) Fri Jul 24 11:34:28 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 30, in from octavia.common import keystone File "/var/lib/openstack/lib/python3.10/site-packages/octavia/common/keystone.py", line 16, in from keystonemiddleware import auth_token File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 229, in import oslo_cache File "/var/lib/openstack/lib/python3.10/site-packages/oslo_cache/__init__.py", line 14, in from oslo_cache.core import * # noqa File "/var/lib/openstack/lib/python3.10/site-packages/oslo_cache/core.py", line 39, in import dogpile.cache File "/var/lib/openstack/lib/python3.10/site-packages/dogpile/cache/__init__.py", line 1, in from .region import CacheRegion # noqa File "/var/lib/openstack/lib/python3.10/site-packages/dogpile/cache/region.py", line 38, in from .proxy import ProxyBackend File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1074, in get_data KeyboardInterrupt 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) Fri Jul 24 11:34:29 2026 - need-app requested, destroying the instance... goodbye to uWSGI.