+ 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 [Wed Jul 29 07:58:08 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-bf4fdb8bc-2f4l2 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 0x5620efb6ce70 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) Wed Jul 29 07:58:14 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 240, in from keystonemiddleware.auth_token import _identity File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/_identity.py", line 18, in from keystoneclient.v3 import client as v3_client File "/var/lib/openstack/lib/python3.10/site-packages/keystoneclient/v3/__init__.py", line 2, in from keystoneclient.v3.client import Client # noqa File "/var/lib/openstack/lib/python3.10/site-packages/keystoneclient/v3/client.py", line 23, in from keystoneclient import httpclient File "", line 1075, in _handle_fromlist File "/var/lib/openstack/lib/python3.10/site-packages/keystoneclient/__init__.py", line 72, in __getattr__ return importlib.import_module('keystoneclient.%s' % name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/var/lib/openstack/lib/python3.10/site-packages/keystoneclient/httpclient.py", line 65, in from keystoneclient import session as client_session 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) Wed Jul 29 07:58:15 2026 - need-app requested, destroying the instance... goodbye to uWSGI.