+ COMMAND=start + start + exec uwsgi --ini /etc/nova/nova-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/nova/nova-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Sat Sep 19 11:00:59 2026] *** compiled with version: 11.4.0 on 11 June 2026 18:24:30 os: Linux-5.15.0-191-generic #201-Ubuntu SMP Fri Aug 7 18:39:04 UTC 2026 nodename: nova-api-osapi-65f4699b7b-vcst8 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:8774 fd 3 Python version: 3.10.12 (main, Mar 3 2026, 11:56:32) [GCC 11.4.0] Python main interpreter initialized at 0x556e0639e5f0 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/nova/virt/__init__.py:18: 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').declare_namespace(__name__) /var/lib/openstack/lib/python3.10/site-packages/nova/virt/__init__.py:18: 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').declare_namespace(__name__) 2026-09-19 11:01:04.351 7 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2026-09-19 11:01:04.533 8 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2026-09-19 11:01:04.846 7 WARNING keystonemiddleware._common.config [None req-7a263dd0-6dac-40f5-8eae-b074426740b2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-19 11:01:04.855 7 WARNING oslo_config.cfg [None req-7a263dd0-6dac-40f5-8eae-b074426740b2 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-09-19 11:01:04.941 7 WARNING keystonemiddleware._common.config [None req-7a263dd0-6dac-40f5-8eae-b074426740b2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x556e0639e5f0 pid: 7 (default app) 2026-09-19 11:01:05.119 8 WARNING keystonemiddleware._common.config [None req-d11d6003-9e76-4fe9-979f-2db8e531b90c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-19 11:01:05.129 8 WARNING oslo_config.cfg [None req-d11d6003-9e76-4fe9-979f-2db8e531b90c - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-09-19 11:01:05.219 8 WARNING keystonemiddleware._common.config [None req-d11d6003-9e76-4fe9-979f-2db8e531b90c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x556e0639e5f0 pid: 8 (default app) [pid: 8|app: 0|req: 2/4] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:01:12 2026] GET /v2.1 => generated 114 bytes in 13 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/5] 10.0.0.58 () {28 vars in 453 bytes} [Sat Sep 19 11:01:13 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:01:13.294 7 WARNING oslo_policy.policy [None req-c0111f57-689e-4f8b-a8e7-8886574a9699 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-09-19 11:01:13.294 7 WARNING oslo_policy.policy [None req-c0111f57-689e-4f8b-a8e7-8886574a9699 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 3/6] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:01:12 2026] GET /v2.1 => generated 0 bytes in 589 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 7|app: 0|req: 4/7] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:01:13 2026] GET /v2.1/ => generated 399 bytes in 3 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:01:13.510 7 INFO nova.api.openstack.wsgi [None req-f0a43832-0872-4ea3-8d2e-afe447471120 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.tiny could not be found. [pid: 7|app: 0|req: 5/8] 162.253.55.118 () {48 vars in 1011 bytes} [Sat Sep 19 11:01:13 2026] GET /v2.1/flavors/m1.tiny => generated 80 bytes in 15 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/9] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:01:13 2026] GET /v2.1/flavors/detail?is_public=None => generated 15 bytes in 13 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:01:13.571 8 WARNING oslo_policy.policy [None req-c8be0ba2-3f3d-4c4a-815a-0fb39106e34b 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-09-19 11:01:13.571 8 WARNING oslo_policy.policy [None req-c8be0ba2-3f3d-4c4a-815a-0fb39106e34b 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 7/10] 162.253.55.118 () {52 vars in 1048 bytes} [Sat Sep 19 11:01:13 2026] POST /v2.1/flavors => generated 529 bytes in 45 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/11] 10.0.0.58 () {30 vars in 657 bytes} [Sat Sep 19 11:01:13 2026] GET /v2.1 => generated 0 bytes in 669 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 8/12] 10.0.0.58 () {32 vars in 730 bytes} [Sat Sep 19 11:01:13 2026] GET /v2.1/ => generated 410 bytes in 6 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/13] 10.0.0.58 () {34 vars in 764 bytes} [Sat Sep 19 11:01:13 2026] GET /v2.1/os-services => generated 256 bytes in 25 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/14] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:01:14 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 6/15] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:01:14 2026] GET /v2.1 => generated 0 bytes in 59 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 7|app: 0|req: 10/16] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:01:14 2026] GET /v2.1/ => generated 399 bytes in 7 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:01:14.493 8 INFO nova.api.openstack.wsgi [None req-2ce5ab6b-c526-49cc-8f54-32fabebe90ec 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.small could not be found. [pid: 8|app: 0|req: 7/17] 162.253.55.118 () {48 vars in 1013 bytes} [Sat Sep 19 11:01:14 2026] GET /v2.1/flavors/m1.small => generated 81 bytes in 26 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/18] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:01:14 2026] GET /v2.1/flavors/detail?is_public=None => generated 532 bytes in 21 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 162.253.55.118 () {52 vars in 1048 bytes} [Sat Sep 19 11:01:14 2026] POST /v2.1/flavors => generated 532 bytes in 53 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/20] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:01:15 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/21] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:01:15 2026] GET /v2.1 => generated 0 bytes in 42 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 7|app: 0|req: 13/22] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:01:15 2026] GET /v2.1/ => generated 399 bytes in 9 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:01:15.473 8 INFO nova.api.openstack.wsgi [None req-eb61aca7-7e5f-4687-a829-e12e05190bd8 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.medium could not be found. [pid: 8|app: 0|req: 10/23] 162.253.55.118 () {48 vars in 1015 bytes} [Sat Sep 19 11:01:15 2026] GET /v2.1/flavors/m1.medium => generated 82 bytes in 13 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:01:15 2026] GET /v2.1/flavors/detail?is_public=None => generated 1054 bytes in 23 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 162.253.55.118 () {52 vars in 1048 bytes} [Sat Sep 19 11:01:15 2026] POST /v2.1/flavors => generated 533 bytes in 30 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:01:16 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/29] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:01:16 2026] GET /v2.1 => generated 0 bytes in 37 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 14/30] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:01:16 2026] GET /v2.1/ => generated 399 bytes in 7 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:01:16.489 7 INFO nova.api.openstack.wsgi [None req-a6196973-8749-4134-bead-25b3f580bf66 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.large could not be found. [pid: 7|app: 0|req: 17/31] 162.253.55.118 () {48 vars in 1013 bytes} [Sat Sep 19 11:01:16 2026] GET /v2.1/flavors/m1.large => generated 81 bytes in 14 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/32] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:01:16 2026] GET /v2.1/flavors/detail?is_public=None => generated 1577 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/33] 162.253.55.118 () {52 vars in 1048 bytes} [Sat Sep 19 11:01:16 2026] POST /v2.1/flavors => generated 532 bytes in 28 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/34] 10.0.0.58 () {28 vars in 453 bytes} [Sat Sep 19 11:01:16 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 19/35] 10.0.0.58 () {30 vars in 657 bytes} [Sat Sep 19 11:01:16 2026] GET /v2.1 => generated 0 bytes in 55 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 17/36] 10.0.0.58 () {32 vars in 730 bytes} [Sat Sep 19 11:01:17 2026] GET /v2.1/ => generated 410 bytes in 8 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/37] 10.0.0.58 () {34 vars in 764 bytes} [Sat Sep 19 11:01:17 2026] GET /v2.1/os-services => generated 498 bytes in 53 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 18/38] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:01:17 2026] GET /v2.1 => generated 114 bytes in 2 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 21/39] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:01:17 2026] GET /v2.1 => generated 0 bytes in 46 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 19/40] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:01:17 2026] GET /v2.1/ => generated 399 bytes in 4 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:01:17.461 7 INFO nova.api.openstack.wsgi [None req-45706452-12fe-4638-bd1a-f03f8ce060b2 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.xlarge could not be found. [pid: 7|app: 0|req: 22/41] 162.253.55.118 () {48 vars in 1015 bytes} [Sat Sep 19 11:01:17 2026] GET /v2.1/flavors/m1.xlarge => generated 82 bytes in 16 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 20/42] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:01:17 2026] GET /v2.1/flavors/detail?is_public=None => generated 2099 bytes in 12 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/43] 162.253.55.118 () {52 vars in 1048 bytes} [Sat Sep 19 11:01:17 2026] POST /v2.1/flavors => generated 535 bytes in 34 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/44] 10.0.0.58 () {28 vars in 453 bytes} [Sat Sep 19 11:01:20 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 24/45] 10.0.0.58 () {30 vars in 657 bytes} [Sat Sep 19 11:01:20 2026] GET /v2.1 => generated 0 bytes in 50 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) [pid: 8|app: 0|req: 22/46] 10.0.0.58 () {32 vars in 730 bytes} [Sat Sep 19 11:01:20 2026] GET /v2.1/ => generated 410 bytes in 5 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/47] 10.0.0.58 () {34 vars in 807 bytes} [Sat Sep 19 11:01:20 2026] GET /v2.1/os-services?binary=nova-conductor => generated 280 bytes in 25 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 23/48] 10.0.0.58 () {28 vars in 453 bytes} [Sat Sep 19 11:01:23 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 26/49] 10.0.0.58 () {30 vars in 657 bytes} [Sat Sep 19 11:01:23 2026] GET /v2.1 => generated 0 bytes in 81 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) [pid: 8|app: 0|req: 24/50] 10.0.0.58 () {32 vars in 730 bytes} [Sat Sep 19 11:01:23 2026] GET /v2.1/ => generated 410 bytes in 9 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/51] 10.0.0.58 () {34 vars in 807 bytes} [Sat Sep 19 11:01:23 2026] GET /v2.1/os-services?binary=nova-scheduler => generated 280 bytes in 29 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/124] 10.0.0.67 () {28 vars in 453 bytes} [Sat Sep 19 11:07:25 2026] GET /v2.1 => generated 114 bytes in 3 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 64/127] 10.0.0.67 () {30 vars in 657 bytes} [Sat Sep 19 11:07:25 2026] GET /v2.1 => generated 0 bytes in 173 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) [pid: 8|app: 0|req: 64/128] 10.0.0.67 () {32 vars in 730 bytes} [Sat Sep 19 11:07:25 2026] GET /v2.1/ => generated 410 bytes in 13 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/129] 10.0.0.67 () {34 vars in 803 bytes} [Sat Sep 19 11:07:25 2026] GET /v2.1/os-services?binary=nova-compute => generated 251 bytes in 48 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/154] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:09:33 2026] GET /v2.1 => generated 114 bytes in 3 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/155] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:09:33 2026] GET /v2.1 => generated 0 bytes in 140 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 79/156] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:09:33 2026] GET /v2.1/ => generated 399 bytes in 12 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:09:33.553 8 INFO nova.api.openstack.wsgi [None req-419ac480-1f7e-4fa7-b34a-b8b8bad60d62 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.amphora could not be found. [pid: 8|app: 0|req: 78/157] 162.253.55.118 () {48 vars in 1017 bytes} [Sat Sep 19 11:09:33 2026] GET /v2.1/flavors/m1.amphora => generated 83 bytes in 16 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/158] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:09:33 2026] GET /v2.1/flavors/detail?is_public=None => generated 2624 bytes in 22 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/159] 162.253.55.118 () {52 vars in 1049 bytes} [Sat Sep 19 11:09:33 2026] POST /v2.1/flavors => generated 534 bytes in 29 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/174] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:10:40 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/175] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:10:40 2026] GET /v2.1 => generated 0 bytes in 80 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 7|app: 0|req: 89/176] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:10:41 2026] GET /v2.1/ => generated 399 bytes in 13 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:10:41.058 8 INFO nova.api.openstack.wsgi [None req-e6872c2f-ffa1-46aa-94d5-11bf0258311d 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Keypair octavia-amphora-ssh-key not found for user 55d3e387e2124fecabb49948042c378c [pid: 8|app: 0|req: 88/177] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:10:41 2026] GET /v2.1/os-keypairs/octavia-amphora-ssh-key => generated 129 bytes in 22 msecs (HTTP/1.1 404) 9 headers in 381 bytes (1 switches on core 0) 2026-09-19 11:10:41.074 7 WARNING oslo_db.sqlalchemy.utils [None req-8d90f284-be9c-444b-9bf7-a2807776ea06 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] Unique keys not in sort_keys. The sorting order may be unstable. [pid: 7|app: 0|req: 90/178] 162.253.55.118 () {48 vars in 1016 bytes} [Sat Sep 19 11:10:41 2026] GET /v2.1/os-keypairs => generated 16 bytes in 19 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 89/179] 162.253.55.118 () {52 vars in 1057 bytes} [Sat Sep 19 11:10:41 2026] POST /v2.1/os-keypairs => generated 576 bytes in 87 msecs (HTTP/1.1 201) 9 headers in 364 bytes (1 switches on core 0) [pid: 7|app: 0|req: 91/180] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:10:45 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 8|app: 0|req: 90/181] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:10:45 2026] GET /v2.1 => generated 0 bytes in 4 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 7|app: 0|req: 92/182] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:10:45 2026] GET /v2.1/ => generated 399 bytes in 9 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 91/183] 162.253.55.118 () {48 vars in 1073 bytes} [Sat Sep 19 11:10:45 2026] GET /v2.1/os-quota-sets/bad18ff0bb264b5887cb38b9faf07bd6 => generated 283 bytes in 82 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 7|app: 0|req: 93/184] 162.253.55.118 () {52 vars in 1125 bytes} [Sat Sep 19 11:10:45 2026] PUT /v2.1/os-quota-sets/bad18ff0bb264b5887cb38b9faf07bd6 => generated 238 bytes in 186 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/283] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:18:46 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/284] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:18:46 2026] GET /v2.1 => generated 0 bytes in 175 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 142/285] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:18:46 2026] GET /v2.1/ => generated 399 bytes in 14 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:18:46.835 7 INFO nova.api.openstack.wsgi [None req-9cbe4838-2629-4bd7-bb63-cc59d1bccccf 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.manila could not be found. [pid: 7|app: 0|req: 144/286] 162.253.55.118 () {48 vars in 1015 bytes} [Sat Sep 19 11:18:46 2026] GET /v2.1/flavors/m1.manila => generated 82 bytes in 13 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/287] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:18:46 2026] GET /v2.1/flavors/detail?is_public=None => generated 3148 bytes in 22 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/288] 162.253.55.118 () {52 vars in 1049 bytes} [Sat Sep 19 11:18:46 2026] POST /v2.1/flavors => generated 534 bytes in 28 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/327] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:22:05 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/328] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:22:05 2026] GET /v2.1 => generated 0 bytes in 13 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 164/329] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:22:05 2026] GET /v2.1/ => generated 399 bytes in 13 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/330] 162.253.55.118 () {48 vars in 1073 bytes} [Sat Sep 19 11:22:05 2026] GET /v2.1/os-quota-sets/eb8461a73fb74239bb27be2cd486916f => generated 283 bytes in 212 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/333] 162.253.55.118 () {52 vars in 1125 bytes} [Sat Sep 19 11:22:05 2026] PUT /v2.1/os-quota-sets/eb8461a73fb74239bb27be2cd486916f => generated 238 bytes in 219 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/486] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:34:49 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/487] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:34:49 2026] GET /v2.1 => generated 0 bytes in 160 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 243/488] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:34:49 2026] GET /v2.1/ => generated 399 bytes in 11 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:34:49.623 7 INFO nova.api.openstack.wsgi [None req-39437f9b-97f9-44db-9304-fac3245bccf8 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.tiny could not be found. [pid: 7|app: 0|req: 246/489] 162.253.55.118 () {48 vars in 1011 bytes} [Sat Sep 19 11:34:49 2026] GET /v2.1/flavors/m1.tiny => generated 80 bytes in 14 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/490] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:34:49 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 22 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/491] 162.253.55.118 () {48 vars in 1099 bytes} [Sat Sep 19 11:34:49 2026] GET /v2.1/flavors/fff01f2c-79d7-43c3-8270-65dfb8a4b617/os-extra_specs => generated 19 bytes in 19 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/492] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:34:50 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:34:50 2026] GET /v2.1 => generated 0 bytes in 33 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 246/494] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:34:50 2026] GET /v2.1/ => generated 399 bytes in 9 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:34:50.640 7 INFO nova.api.openstack.wsgi [None req-9f3db4a6-9d3c-42d7-93b2-fc37e252a476 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.small could not be found. [pid: 7|app: 0|req: 249/495] 162.253.55.118 () {48 vars in 1013 bytes} [Sat Sep 19 11:34:50 2026] GET /v2.1/flavors/m1.small => generated 81 bytes in 15 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/496] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:34:50 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 23 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/497] 162.253.55.118 () {48 vars in 1099 bytes} [Sat Sep 19 11:34:50 2026] GET /v2.1/flavors/f179dda6-e7f1-432c-95ef-33c5478cf770/os-extra_specs => generated 19 bytes in 21 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/498] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:34:51 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/499] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:34:51 2026] GET /v2.1 => generated 0 bytes in 56 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 249/500] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:34:51 2026] GET /v2.1/ => generated 399 bytes in 13 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:34:51.675 7 INFO nova.api.openstack.wsgi [None req-46af8877-f6dd-4e90-9c32-bfd200c5473c 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.medium could not be found. [pid: 7|app: 0|req: 252/501] 162.253.55.118 () {48 vars in 1015 bytes} [Sat Sep 19 11:34:51 2026] GET /v2.1/flavors/m1.medium => generated 82 bytes in 23 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/502] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:34:51 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 26 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/503] 162.253.55.118 () {48 vars in 1099 bytes} [Sat Sep 19 11:34:51 2026] GET /v2.1/flavors/358bd9be-dfdf-46b7-942b-f2d73456c0d1/os-extra_specs => generated 19 bytes in 30 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/504] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:34:52 2026] GET /v2.1 => generated 114 bytes in 2 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/505] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:34:52 2026] GET /v2.1 => generated 0 bytes in 45 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 252/506] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:34:52 2026] GET /v2.1/ => generated 399 bytes in 8 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:34:52.727 7 INFO nova.api.openstack.wsgi [None req-6523dfd9-55e1-4f5a-85d8-008a7917afe1 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.large could not be found. [pid: 7|app: 0|req: 255/507] 162.253.55.118 () {48 vars in 1013 bytes} [Sat Sep 19 11:34:52 2026] GET /v2.1/flavors/m1.large => generated 81 bytes in 14 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/508] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:34:52 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 19 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/509] 162.253.55.118 () {48 vars in 1099 bytes} [Sat Sep 19 11:34:52 2026] GET /v2.1/flavors/e8446653-1dcd-4fbb-82fb-6933e69cd141/os-extra_specs => generated 19 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/510] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:34:53 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/511] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:34:53 2026] GET /v2.1 => generated 0 bytes in 47 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 255/512] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:34:53 2026] GET /v2.1/ => generated 399 bytes in 8 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:34:53.675 7 INFO nova.api.openstack.wsgi [None req-5b54848f-adc1-4aeb-a4b9-0704d905eefb 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.xlarge could not be found. [pid: 7|app: 0|req: 258/513] 162.253.55.118 () {48 vars in 1015 bytes} [Sat Sep 19 11:34:53 2026] GET /v2.1/flavors/m1.xlarge => generated 82 bytes in 14 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/514] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:34:53 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 24 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/515] 162.253.55.118 () {48 vars in 1099 bytes} [Sat Sep 19 11:34:53 2026] GET /v2.1/flavors/7dd73a8c-9e2b-4a05-b775-7a412f046466/os-extra_specs => generated 19 bytes in 18 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/532] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:36:08 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/533] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:36:08 2026] GET /v2.1 => generated 0 bytes in 96 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 7|app: 0|req: 269/534] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:36:08 2026] GET /v2.1/ => generated 399 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:36:08.418 8 INFO nova.api.openstack.wsgi [None req-c2bb4900-338d-477a-ac0b-e29f086fa20f 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.amphora could not be found. [pid: 8|app: 0|req: 266/535] 162.253.55.118 () {48 vars in 1017 bytes} [Sat Sep 19 11:36:08 2026] GET /v2.1/flavors/m1.amphora => generated 83 bytes in 17 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/536] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:36:08 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 27 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/537] 162.253.55.118 () {48 vars in 1099 bytes} [Sat Sep 19 11:36:08 2026] GET /v2.1/flavors/4be206ba-b449-4f0e-8a4f-baa83dc5d188/os-extra_specs => generated 19 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/540] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:36:16 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/541] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:36:16 2026] GET /v2.1 => generated 0 bytes in 56 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 7|app: 0|req: 273/542] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:36:16 2026] GET /v2.1/ => generated 399 bytes in 8 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/543] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:36:16 2026] GET /v2.1/os-keypairs/octavia-amphora-ssh-key => generated 687 bytes in 24 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/544] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:36:20 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/545] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:36:20 2026] GET /v2.1 => generated 0 bytes in 7 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 7|app: 0|req: 275/546] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:36:20 2026] GET /v2.1/ => generated 399 bytes in 9 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/547] 162.253.55.118 () {48 vars in 1073 bytes} [Sat Sep 19 11:36:20 2026] GET /v2.1/os-quota-sets/bad18ff0bb264b5887cb38b9faf07bd6 => generated 280 bytes in 80 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/558] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:37:11 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/559] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:37:11 2026] GET /v2.1 => generated 0 bytes in 74 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 279/560] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:37:11 2026] GET /v2.1/ => generated 399 bytes in 9 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:37:11.412 7 INFO nova.api.openstack.wsgi [None req-e019f539-1444-40d1-bd65-9b95f47abb9e 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.manila could not be found. [pid: 7|app: 0|req: 282/561] 162.253.55.118 () {48 vars in 1015 bytes} [Sat Sep 19 11:37:11 2026] GET /v2.1/flavors/m1.manila => generated 82 bytes in 15 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/562] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:37:11 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 31 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/563] 162.253.55.118 () {48 vars in 1099 bytes} [Sat Sep 19 11:37:11 2026] GET /v2.1/flavors/576e5137-88b8-45de-af60-94cb91a95dc1/os-extra_specs => generated 19 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/568] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:37:28 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/569] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:37:28 2026] GET /v2.1 => generated 0 bytes in 7 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 284/570] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:37:28 2026] GET /v2.1/ => generated 399 bytes in 5 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/571] 162.253.55.118 () {48 vars in 1073 bytes} [Sat Sep 19 11:37:28 2026] GET /v2.1/os-quota-sets/eb8461a73fb74239bb27be2cd486916f => generated 280 bytes in 88 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/582] 162.253.55.118 () {42 vars in 705 bytes} [Sat Sep 19 11:38:20 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/583] 162.253.55.118 () {44 vars in 909 bytes} [Sat Sep 19 11:38:20 2026] GET /v2.1 => generated 0 bytes in 65 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 7|app: 0|req: 294/584] 162.253.55.118 () {46 vars in 982 bytes} [Sat Sep 19 11:38:20 2026] GET /v2.1/ => generated 399 bytes in 6 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:38:20.854 8 INFO nova.api.openstack.wsgi [None req-aa2038a5-f310-4bdd-89a3-f6af8645c214 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] HTTP exception thrown: Flavor m1.tiny could not be found. [pid: 8|app: 0|req: 291/585] 162.253.55.118 () {48 vars in 1011 bytes} [Sat Sep 19 11:38:20 2026] GET /v2.1/flavors/m1.tiny => generated 80 bytes in 15 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/586] 162.253.55.118 () {48 vars in 1051 bytes} [Sat Sep 19 11:38:20 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 18 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 300/595] 10.0.0.113 () {32 vars in 655 bytes} [Sat Sep 19 11:39:03 2026] GET /v2.1/flavors/detail => generated 2534 bytes in 271 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/596] 10.0.0.113 () {32 vars in 641 bytes} [Sat Sep 19 11:39:03 2026] GET /v2.1/servers => generated 15 bytes in 130 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2026-09-19 11:39:03.873 7 WARNING oslo_db.sqlalchemy.utils [None req-04176874-e36f-4bab-adf7-717a6772df11 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] Unique keys not in sort_keys. The sorting order may be unstable. [pid: 7|app: 0|req: 301/597] 10.0.0.113 () {32 vars in 649 bytes} [Sat Sep 19 11:39:03 2026] GET /v2.1/os-keypairs => generated 530 bytes in 12 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/598] 10.0.0.113 () {32 vars in 694 bytes} [Sat Sep 19 11:39:03 2026] GET /v2.1/os-server-groups?all_projects=True => generated 21 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/601] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:14 2026] GET /v2.1/flavors/fff01f2c-79d7-43c3-8270-65dfb8a4b617 => generated 511 bytes in 115 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/602] 10.0.0.113 () {32 vars in 641 bytes} [Sat Sep 19 11:39:14 2026] GET /v2.1/flavors => generated 1674 bytes in 33 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/603] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:14 2026] GET /v2.1/flavors/fff01f2c-79d7-43c3-8270-65dfb8a4b617 => generated 511 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/606] 10.0.0.113 () {34 vars in 671 bytes} [Sat Sep 19 11:39:24 2026] POST /v2.1/os-keypairs => generated 386 bytes in 189 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/609] 10.0.0.113 () {34 vars in 685 bytes} [Sat Sep 19 11:39:25 2026] POST /v2.1/os-security-groups => generated 246 bytes in 1025 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/610] 10.0.0.113 () {34 vars in 685 bytes} [Sat Sep 19 11:39:26 2026] POST /v2.1/os-security-groups => generated 243 bytes in 777 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/611] 10.0.0.113 () {34 vars in 695 bytes} [Sat Sep 19 11:39:26 2026] POST /v2.1/os-security-group-rules => generated 232 bytes in 437 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/612] 10.0.0.113 () {34 vars in 685 bytes} [Sat Sep 19 11:39:27 2026] POST /v2.1/os-security-groups => generated 243 bytes in 260 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/613] 10.0.0.113 () {34 vars in 685 bytes} [Sat Sep 19 11:39:27 2026] POST /v2.1/os-security-groups => generated 248 bytes in 326 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/614] 10.0.0.113 () {34 vars in 685 bytes} [Sat Sep 19 11:39:27 2026] POST /v2.1/os-security-groups => generated 243 bytes in 316 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/615] 10.0.0.113 () {34 vars in 695 bytes} [Sat Sep 19 11:39:27 2026] POST /v2.1/os-security-group-rules => generated 232 bytes in 260 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/616] 10.0.0.113 () {32 vars in 663 bytes} [Sat Sep 19 11:39:28 2026] GET /v2.1/os-security-groups => generated 1382 bytes in 151 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/617] 10.0.0.113 () {34 vars in 671 bytes} [Sat Sep 19 11:39:28 2026] POST /v2.1/os-keypairs => generated 386 bytes in 77 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/618] 10.0.0.113 () {34 vars in 695 bytes} [Sat Sep 19 11:39:28 2026] POST /v2.1/os-security-group-rules => generated 233 bytes in 237 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/619] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:39:27 2026] POST /v2.1/servers => generated 452 bytes in 1221 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 307/620] 10.0.0.113 () {32 vars in 737 bytes} [Sat Sep 19 11:39:28 2026] GET /v2.1/os-security-groups/c1026d04-4e90-4aac-91ac-91f23cd38860 => generated 665 bytes in 64 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/621] 10.0.0.113 () {32 vars in 740 bytes} [Sat Sep 19 11:39:28 2026] DELETE /v2.1/os-security-groups/88dcf92d-ee16-4f89-85bb-03e3c4a5f3db => generated 0 bytes in 137 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/622] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:28 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1432 bytes in 79 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:28.765 8 INFO nova.api.openstack.wsgi [None req-9bff8356-c4a1-455b-8e65-6d8c04fb9b11 44f3da0f92064e3fbe0d90cab4dc4d12 0b555aa89b1947feac072bfc02e569c1 - - default default] HTTP exception thrown: Security group 88dcf92d-ee16-4f89-85bb-03e3c4a5f3db does not exist Neutron server returns request_ids: ['req-28dccd4f-89ff-4b03-92ad-d6f902e57ab8'] [pid: 8|app: 0|req: 309/623] 10.0.0.113 () {32 vars in 737 bytes} [Sat Sep 19 11:39:28 2026] GET /v2.1/os-security-groups/88dcf92d-ee16-4f89-85bb-03e3c4a5f3db => generated 194 bytes in 38 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/624] 10.0.0.113 () {32 vars in 750 bytes} [Sat Sep 19 11:39:28 2026] DELETE /v2.1/os-security-group-rules/bd50620f-3f54-4962-91b9-6e7818a1ce51 => generated 0 bytes in 194 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/625] 10.0.0.113 () {32 vars in 740 bytes} [Sat Sep 19 11:39:28 2026] DELETE /v2.1/os-security-groups/4a9d030c-f211-43ef-94cd-8651803f1f38 => generated 0 bytes in 163 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) 2026-09-19 11:39:28.967 8 INFO nova.api.openstack.wsgi [None req-3c5736c8-5822-465a-b17a-6f25530466c3 44f3da0f92064e3fbe0d90cab4dc4d12 0b555aa89b1947feac072bfc02e569c1 - - default default] HTTP exception thrown: Security group 4a9d030c-f211-43ef-94cd-8651803f1f38 does not exist Neutron server returns request_ids: ['req-968f928d-c7d1-4cb9-b60a-3b355640e107'] [pid: 8|app: 0|req: 311/626] 10.0.0.113 () {32 vars in 737 bytes} [Sat Sep 19 11:39:28 2026] GET /v2.1/os-security-groups/4a9d030c-f211-43ef-94cd-8651803f1f38 => generated 194 bytes in 29 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/627] 10.0.0.113 () {32 vars in 740 bytes} [Sat Sep 19 11:39:28 2026] DELETE /v2.1/os-security-groups/c1026d04-4e90-4aac-91ac-91f23cd38860 => generated 0 bytes in 211 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/628] 10.0.0.113 () {32 vars in 740 bytes} [Sat Sep 19 11:39:28 2026] DELETE /v2.1/os-security-groups/0b7d418a-4c70-4a97-a28f-8a1dfe474f64 => generated 0 bytes in 274 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/629] 10.0.0.113 () {32 vars in 740 bytes} [Sat Sep 19 11:39:29 2026] DELETE /v2.1/os-security-groups/e9c51425-b4e3-4504-9063-b3016343271b => generated 0 bytes in 161 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) 2026-09-19 11:39:29.290 8 INFO nova.api.openstack.wsgi [None req-0332b877-1025-4c12-bf27-2aacdbe2cd0d 44f3da0f92064e3fbe0d90cab4dc4d12 0b555aa89b1947feac072bfc02e569c1 - - default default] HTTP exception thrown: Security group 0b7d418a-4c70-4a97-a28f-8a1dfe474f64 does not exist Neutron server returns request_ids: ['req-7dfcb322-b7a0-49ca-8e3f-79a1bc38a767'] [pid: 8|app: 0|req: 313/630] 10.0.0.113 () {32 vars in 737 bytes} [Sat Sep 19 11:39:29 2026] GET /v2.1/os-security-groups/0b7d418a-4c70-4a97-a28f-8a1dfe474f64 => generated 194 bytes in 36 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/631] 10.0.0.113 () {32 vars in 663 bytes} [Sat Sep 19 11:39:29 2026] GET /v2.1/os-security-groups => generated 707 bytes in 175 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:39:29.520 8 INFO nova.api.openstack.wsgi [None req-f76fe218-6d34-4ae2-ac43-c836f96b7f06 44f3da0f92064e3fbe0d90cab4dc4d12 0b555aa89b1947feac072bfc02e569c1 - - default default] HTTP exception thrown: Security group 0b7d418a-4c70-4a97-a28f-8a1dfe474f64 does not exist Neutron server returns request_ids: ['req-f028e6b7-1860-43f3-87d2-8d396fcd7e6e'] [pid: 8|app: 0|req: 314/632] 10.0.0.113 () {32 vars in 740 bytes} [Sat Sep 19 11:39:29 2026] DELETE /v2.1/os-security-groups/0b7d418a-4c70-4a97-a28f-8a1dfe474f64 => generated 194 bytes in 34 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) 2026-09-19 11:39:29.677 7 INFO nova.api.openstack.wsgi [None req-816d8579-9d6d-45a2-a12f-e4294c5d2550 44f3da0f92064e3fbe0d90cab4dc4d12 0b555aa89b1947feac072bfc02e569c1 - - default default] HTTP exception thrown: Security group 4a9d030c-f211-43ef-94cd-8651803f1f38 does not exist Neutron server returns request_ids: ['req-c5401677-0045-4622-a25a-5d35e5b8ca56'] [pid: 7|app: 0|req: 319/633] 10.0.0.113 () {32 vars in 740 bytes} [Sat Sep 19 11:39:29 2026] DELETE /v2.1/os-security-groups/4a9d030c-f211-43ef-94cd-8651803f1f38 => generated 194 bytes in 149 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) 2026-09-19 11:39:29.721 8 INFO nova.api.openstack.wsgi [None req-bc6d2e24-f06e-4b4f-b0b0-975f4bdded04 44f3da0f92064e3fbe0d90cab4dc4d12 0b555aa89b1947feac072bfc02e569c1 - - default default] HTTP exception thrown: Security group 88dcf92d-ee16-4f89-85bb-03e3c4a5f3db does not exist Neutron server returns request_ids: ['req-f69136f6-4cfe-4ce7-a3ed-372f5655c166'] [pid: 8|app: 0|req: 315/634] 10.0.0.113 () {32 vars in 740 bytes} [Sat Sep 19 11:39:29 2026] DELETE /v2.1/os-security-groups/88dcf92d-ee16-4f89-85bb-03e3c4a5f3db => generated 194 bytes in 38 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/635] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:29 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1484 bytes in 180 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/636] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:30 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1557 bytes in 232 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 321/637] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:32 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1557 bytes in 230 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:33.398 8 INFO nova.api.openstack.compute.server_external_events [req-94419417-3267-42ad-a983-dd1620eae3b9 req-315f0d60-ee5d-4fc5-bc2b-8b095e00516c 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:cad3bd8e-02b6-4a7d-9db2-ad08553a4214 for instance 53595e15-e3b4-4467-8932-ea9cd8f4ec64 on instance 2026-09-19 11:39:33.407 8 INFO nova.compute.rpcapi [None req-7b71ede6-2769-499d-ac38-6b4b04849f8a - - - - - -] Automatically selected compute RPC version 6.3 from minimum service version 67 [pid: 8|app: 0|req: 317/638] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:33 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 125 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 322/639] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:33 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1557 bytes in 260 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 323/640] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:34 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1557 bytes in 198 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/643] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:39:34 2026] POST /v2.1/servers => generated 451 bytes in 1120 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 326/644] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:35 2026] GET /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8 => generated 1254 bytes in 64 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2026-09-19 11:39:35.888 8 INFO nova.api.openstack.compute.server_external_events [req-52d505fa-d26e-4ee2-b1af-a5815548d391 req-a0d425bc-cfb6-4ac5-87ae-68a1edfc2040 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:cad3bd8e-02b6-4a7d-9db2-ad08553a4214 for instance 53595e15-e3b4-4467-8932-ea9cd8f4ec64 on instance [pid: 8|app: 0|req: 319/645] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:35 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 33 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 327/646] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:35 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1557 bytes in 178 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 320/647] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:36 2026] GET /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8 => generated 1370 bytes in 88 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 328/648] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:37 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1741 bytes in 162 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 321/649] 10.0.0.113 () {32 vars in 741 bytes} [Sat Sep 19 11:39:37 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64/os-interface => generated 285 bytes in 206 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:37.942 7 INFO nova.api.openstack.compute.server_external_events [req-c5f85af2-b7d9-4496-877c-b342bded95f5 req-ccb6134e-cf28-4845-9cb0-bc28daea9456 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:cad3bd8e-02b6-4a7d-9db2-ad08553a4214 for instance 53595e15-e3b4-4467-8932-ea9cd8f4ec64 on instance 2026-09-19 11:39:37.961 7 INFO nova.compute.rpcapi [None req-4edd138e-19ab-4226-acc1-d5d5aa6b548b - - - - - -] Automatically selected compute RPC version 6.3 from minimum service version 67 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 329/650] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:37 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 102 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/651] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:37 2026] GET /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8 => generated 1438 bytes in 346 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 330/652] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:38 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1741 bytes in 288 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 323/653] 10.0.0.113 () {32 vars in 641 bytes} [Sat Sep 19 11:39:39 2026] GET /v2.1/servers => generated 384 bytes in 115 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 324/654] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:39:39 2026] DELETE /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 325/655] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:39 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1747 bytes in 177 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/656] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:39 2026] GET /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8 => generated 1426 bytes in 367 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:40.140 8 INFO nova.api.openstack.compute.server_external_events [req-a3e2ce77-2e5c-4d29-b3ba-b7ee2f7cdff3 req-c1853bc7-5cf4-4dfb-8831-e9e571498858 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:cad3bd8e-02b6-4a7d-9db2-ad08553a4214 for instance 53595e15-e3b4-4467-8932-ea9cd8f4ec64 on instance 2026-09-19 11:39:40.141 8 INFO nova.api.openstack.compute.server_external_events [req-a3e2ce77-2e5c-4d29-b3ba-b7ee2f7cdff3 req-c1853bc7-5cf4-4dfb-8831-e9e571498858 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:ebe57e20-5ebd-43da-a98e-09899a37700e for instance 22bb6d1c-7f1b-4177-ab12-934708695ff8 on instance 2026-09-19 11:39:40.142 8 INFO nova.api.openstack.compute.server_external_events [req-a3e2ce77-2e5c-4d29-b3ba-b7ee2f7cdff3 req-c1853bc7-5cf4-4dfb-8831-e9e571498858 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:cad3bd8e-02b6-4a7d-9db2-ad08553a4214 for instance 53595e15-e3b4-4467-8932-ea9cd8f4ec64 on instance 2026-09-19 11:39:40.142 8 INFO nova.api.openstack.compute.server_external_events [req-a3e2ce77-2e5c-4d29-b3ba-b7ee2f7cdff3 req-c1853bc7-5cf4-4dfb-8831-e9e571498858 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:cad3bd8e-02b6-4a7d-9db2-ad08553a4214 for instance 53595e15-e3b4-4467-8932-ea9cd8f4ec64 on instance [pid: 8|app: 0|req: 326/657] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:40 2026] POST /v2.1/os-server-external-events => generated 692 bytes in 55 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:40.470 7 INFO nova.api.openstack.compute.server_external_events [req-aa8b66af-e621-4cba-928e-d40aba7dd329 req-449f6480-cca0-4eb7-b4b0-0173584624a9 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:ebe57e20-5ebd-43da-a98e-09899a37700e for instance 22bb6d1c-7f1b-4177-ab12-934708695ff8 on instance [pid: 7|app: 0|req: 332/658] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:40 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 120 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 327/659] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:40 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 1747 bytes in 239 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/660] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:40 2026] GET /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8 => generated 1613 bytes in 265 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 328/661] 10.0.0.113 () {32 vars in 741 bytes} [Sat Sep 19 11:39:41 2026] GET /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8/os-interface => generated 284 bytes in 163 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:42.026 8 INFO nova.api.openstack.wsgi [None req-273bb51c-8ad5-440a-9b6c-b76b9ef31808 6c07dec004184e53a396ecfa987a24ef d34e2856144c41efb6ea86f7f22032b5 - - default default] HTTP exception thrown: Instance 53595e15-e3b4-4467-8932-ea9cd8f4ec64 could not be found. [pid: 8|app: 0|req: 329/662] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:41 2026] GET /v2.1/servers/53595e15-e3b4-4467-8932-ea9cd8f4ec64 => generated 111 bytes in 36 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 330/663] 10.0.0.113 () {32 vars in 706 bytes} [Sat Sep 19 11:39:42 2026] DELETE /v2.1/os-keypairs/tempest-keypair-1045564512 => generated 0 bytes in 26 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/664] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:41 2026] GET /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8 => generated 1613 bytes in 403 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:42.346 8 INFO nova.api.openstack.compute.server_external_events [req-65874252-f880-4506-a208-b4446601df96 req-e7d8767c-f33b-475e-80bf-ee50198b3adc 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:cad3bd8e-02b6-4a7d-9db2-ad08553a4214 for instance 53595e15-e3b4-4467-8932-ea9cd8f4ec64 on instance 2026-09-19 11:39:42.346 8 INFO nova.api.openstack.compute.server_external_events [req-65874252-f880-4506-a208-b4446601df96 req-e7d8767c-f33b-475e-80bf-ee50198b3adc 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:ebe57e20-5ebd-43da-a98e-09899a37700e for instance 22bb6d1c-7f1b-4177-ab12-934708695ff8 on instance [pid: 8|app: 0|req: 331/665] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:42 2026] POST /v2.1/os-server-external-events => generated 350 bytes in 42 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/666] 10.0.0.113 () {32 vars in 641 bytes} [Sat Sep 19 11:39:42 2026] GET /v2.1/servers => generated 388 bytes in 123 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:42.507 7 INFO nova.api.openstack.compute.server_external_events [req-9c45f6d2-9ec4-4772-b259-a6c359a63103 req-5ad35316-d742-4aaf-8bde-dfe7a4bd38f2 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:ebe57e20-5ebd-43da-a98e-09899a37700e for instance 22bb6d1c-7f1b-4177-ab12-934708695ff8 on instance [pid: 7|app: 0|req: 336/667] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:42 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 26 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/668] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:39:42 2026] DELETE /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 337/669] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:42 2026] GET /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8 => generated 1619 bytes in 255 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 333/670] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:43 2026] GET /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8 => generated 1739 bytes in 361 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:44.397 7 INFO nova.api.openstack.compute.server_external_events [req-3f592776-f03e-4f6f-9383-e8ec1d59f338 req-1e382c48-3edf-4882-86f3-7ccb4a1a25a5 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:ebe57e20-5ebd-43da-a98e-09899a37700e for instance 22bb6d1c-7f1b-4177-ab12-934708695ff8 on instance [pid: 7|app: 0|req: 338/671] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:44 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 40 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:44.640 8 INFO nova.api.openstack.compute.server_external_events [req-4c421354-50d9-4d97-a086-1eca4fc726dd req-0319fb37-b45a-46db-8c03-d8d2e54597ba 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:ebe57e20-5ebd-43da-a98e-09899a37700e for instance 22bb6d1c-7f1b-4177-ab12-934708695ff8 on instance [pid: 8|app: 0|req: 334/672] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:44 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:45.232 7 INFO nova.api.openstack.wsgi [None req-4c2ab263-d77f-401e-ac1a-54e722dee951 f54f89e9020a49abaa8b2a88734dcaf3 eec310cbfc334916b12188ea262c6a72 - - default default] HTTP exception thrown: Instance 22bb6d1c-7f1b-4177-ab12-934708695ff8 could not be found. [pid: 7|app: 0|req: 339/673] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:45 2026] GET /v2.1/servers/22bb6d1c-7f1b-4177-ab12-934708695ff8 => generated 111 bytes in 44 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 335/674] 10.0.0.113 () {32 vars in 706 bytes} [Sat Sep 19 11:39:45 2026] DELETE /v2.1/os-keypairs/tempest-keypair-1409554240 => generated 0 bytes in 37 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 340/675] 10.0.0.113 () {34 vars in 671 bytes} [Sat Sep 19 11:39:45 2026] POST /v2.1/os-keypairs => generated 386 bytes in 117 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/678] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:39:47 2026] POST /v2.1/servers => generated 450 bytes in 929 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/679] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:48 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 1400 bytes in 98 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 338/680] 10.0.0.113 () {34 vars in 671 bytes} [Sat Sep 19 11:39:49 2026] POST /v2.1/os-keypairs => generated 386 bytes in 119 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 343/681] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:50 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 1458 bytes in 93 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 339/682] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:51 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 1526 bytes in 234 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:51.560 8 INFO nova.api.openstack.compute.server_external_events [req-4c5dc675-eb93-40f8-8c8f-a358dbbc35bf req-76cbcffb-6b62-454d-9ac9-79c3dc4b1e45 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:1c85225a-8de1-45af-82c8-c038bf366df6 for instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 on instance [pid: 8|app: 0|req: 340/683] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:51 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 344/684] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:39:51 2026] POST /v2.1/servers => generated 451 bytes in 1195 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 341/685] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:52 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 1526 bytes in 173 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 345/686] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:52 2026] GET /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7 => generated 1424 bytes in 73 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2026-09-19 11:39:52.606 8 INFO nova.api.openstack.compute.server_external_events [req-476fce0c-ba49-4dbb-b562-82f2b67c42d7 req-b50fe57c-3315-4193-9dcc-70724ea76e61 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:1c85225a-8de1-45af-82c8-c038bf366df6 for instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 on instance [pid: 8|app: 0|req: 342/687] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:52 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 343/688] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:53 2026] GET /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7 => generated 1482 bytes in 84 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/689] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:53 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 1717 bytes in 214 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 344/690] 10.0.0.113 () {32 vars in 741 bytes} [Sat Sep 19 11:39:53 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/os-interface => generated 285 bytes in 171 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:54.592 7 INFO nova.api.openstack.compute.server_external_events [req-0208205b-5541-4acd-99b6-931480ffdaf7 req-f4e7c5dc-5dd2-4a59-b16f-c9f68924f965 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:850c6517-d19e-4199-a809-465c51c30a6f for instance 55755c9a-a60c-432d-8c9e-78cd43974bb7 on instance [pid: 7|app: 0|req: 347/691] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:54 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 42 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:54.658 8 INFO nova.api.openstack.compute.server_external_events [req-74613665-d7a6-4d60-9085-5ad25f9c27d1 req-90428ce4-ea4f-45eb-af7c-cbdc3947a13c 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:1c85225a-8de1-45af-82c8-c038bf366df6 for instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 on instance [pid: 8|app: 0|req: 345/692] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:54 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 40 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 348/693] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:54 2026] GET /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7 => generated 1550 bytes in 196 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 346/694] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:55 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 1717 bytes in 193 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 350/697] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:55 2026] GET /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7 => generated 1550 bytes in 169 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:39:56.706 8 INFO nova.api.openstack.compute.server_external_events [req-a9355e26-63e8-45c6-b30a-581d748fa0aa req-49a26dd8-b140-464f-ad5d-d823c24b38b1 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:850c6517-d19e-4199-a809-465c51c30a6f for instance 55755c9a-a60c-432d-8c9e-78cd43974bb7 on instance 2026-09-19 11:39:56.706 8 INFO nova.api.openstack.compute.server_external_events [req-a9355e26-63e8-45c6-b30a-581d748fa0aa req-49a26dd8-b140-464f-ad5d-d823c24b38b1 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:1c85225a-8de1-45af-82c8-c038bf366df6 for instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 on instance 2026-09-19 11:39:56.707 8 INFO nova.api.openstack.compute.server_external_events [req-a9355e26-63e8-45c6-b30a-581d748fa0aa req-49a26dd8-b140-464f-ad5d-d823c24b38b1 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:850c6517-d19e-4199-a809-465c51c30a6f for instance 55755c9a-a60c-432d-8c9e-78cd43974bb7 on instance [pid: 8|app: 0|req: 348/698] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:56 2026] POST /v2.1/os-server-external-events => generated 521 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 351/699] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:57 2026] GET /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7 => generated 1727 bytes in 240 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 349/700] 10.0.0.113 () {32 vars in 741 bytes} [Sat Sep 19 11:39:57 2026] GET /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7/os-interface => generated 285 bytes in 203 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 352/701] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:58 2026] GET /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7 => generated 1727 bytes in 191 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2026-09-19 11:39:58.758 8 INFO nova.api.openstack.compute.server_external_events [req-d1d4e488-6996-4720-9bf4-b73cee919108 req-127de9a9-1465-4aea-b6a1-1d3ac7e3dec7 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:850c6517-d19e-4199-a809-465c51c30a6f for instance 55755c9a-a60c-432d-8c9e-78cd43974bb7 on instance [pid: 8|app: 0|req: 350/702] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:39:58 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 353/703] 10.0.0.113 () {32 vars in 641 bytes} [Sat Sep 19 11:39:58 2026] GET /v2.1/servers => generated 378 bytes in 73 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 351/704] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:39:58 2026] DELETE /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 354/705] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:39:58 2026] GET /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7 => generated 1733 bytes in 270 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:00.226 7 INFO nova.api.openstack.compute.server_external_events [req-5974dbfd-a656-4eff-a4f2-64a61bc6d683 req-27e9eda5-6b3d-46a3-9e7e-27db6fee265a 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:850c6517-d19e-4199-a809-465c51c30a6f for instance 55755c9a-a60c-432d-8c9e-78cd43974bb7 on instance [pid: 7|app: 0|req: 355/706] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:00 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 24 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 356/707] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:00 2026] GET /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7 => generated 1510 bytes in 111 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/708] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:39:59 2026] POST /v2.1/servers => generated 424 bytes in 790 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 357/709] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:00 2026] GET /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c => generated 1371 bytes in 63 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:00.805 8 INFO nova.api.openstack.compute.server_external_events [req-f7c9a82e-4bdd-4aa5-a97f-88718a0d1e92 req-1e2624c2-255c-4402-86f8-c8aca56ff36a 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:850c6517-d19e-4199-a809-465c51c30a6f for instance 55755c9a-a60c-432d-8c9e-78cd43974bb7 on instance 2026-09-19 11:40:00.806 8 INFO nova.api.openstack.compute.server_external_events [req-f7c9a82e-4bdd-4aa5-a97f-88718a0d1e92 req-1e2624c2-255c-4402-86f8-c8aca56ff36a 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:850c6517-d19e-4199-a809-465c51c30a6f for instance 55755c9a-a60c-432d-8c9e-78cd43974bb7 on instance [pid: 8|app: 0|req: 353/710] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:00 2026] POST /v2.1/os-server-external-events => generated 358 bytes in 39 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:01.446 7 INFO nova.api.openstack.wsgi [None req-abfe41f1-230e-4446-a597-85719595c5d7 bc3d7258fbd9464193f03a8aec63bc29 d793091b22364cf8a14c77a02d2eb68d - - default default] HTTP exception thrown: Instance 55755c9a-a60c-432d-8c9e-78cd43974bb7 could not be found. [pid: 7|app: 0|req: 358/711] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:01 2026] GET /v2.1/servers/55755c9a-a60c-432d-8c9e-78cd43974bb7 => generated 111 bytes in 43 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 354/712] 10.0.0.113 () {32 vars in 706 bytes} [Sat Sep 19 11:40:01 2026] DELETE /v2.1/os-keypairs/tempest-keypair-1376975581 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 359/713] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:01 2026] GET /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c => generated 1429 bytes in 86 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:02.783 7 INFO nova.api.openstack.compute.server_external_events [req-dd2e553a-0bd1-4e56-ab36-876b713aa53b req-e53797b9-b711-4ec9-9608-b8a4561cff5a 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:f69f0d53-3c3c-4f2d-9da2-9eb294b112ae for instance 56ebcd4b-207a-4da5-bdb5-48d2b29e198c on instance [pid: 7|app: 0|req: 360/714] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:02 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 42 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/715] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:02 2026] GET /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c => generated 1471 bytes in 239 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:03.624 7 INFO nova.api.openstack.compute.server_external_events [req-a2a7d605-6014-4914-a961-a6e5830066fa req-d6241b08-7598-41fd-851a-47bbb77ea9b6 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:f69f0d53-3c3c-4f2d-9da2-9eb294b112ae for instance 56ebcd4b-207a-4da5-bdb5-48d2b29e198c on instance [pid: 7|app: 0|req: 361/716] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:03 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 40 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 356/717] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:03 2026] GET /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c => generated 1471 bytes in 333 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 362/718] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:05 2026] GET /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c => generated 1656 bytes in 409 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:05.681 8 INFO nova.api.openstack.compute.server_external_events [req-a0f04503-9826-4db5-87cc-02ff46478be5 req-6b8220ff-cad8-4647-b820-bc9d12297e47 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:f69f0d53-3c3c-4f2d-9da2-9eb294b112ae for instance 56ebcd4b-207a-4da5-bdb5-48d2b29e198c on instance [pid: 8|app: 0|req: 357/719] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:05 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 40 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/720] 10.0.0.113 () {32 vars in 723 bytes} [Sat Sep 19 11:40:05 2026] GET /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c/ips => generated 109 bytes in 59 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 365/723] 10.0.0.113 () {32 vars in 723 bytes} [Sat Sep 19 11:40:05 2026] GET /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c/ips => generated 109 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 359/724] 10.0.0.113 () {32 vars in 823 bytes} [Sat Sep 19 11:40:05 2026] GET /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c/ips/tempest-ServerAddressesTestJSON-824737981-network => generated 94 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 366/725] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:40:05 2026] DELETE /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 360/726] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:05 2026] GET /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c => generated 1662 bytes in 304 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:06.770 7 INFO nova.api.openstack.compute.server_external_events [req-b894dd09-6cbd-41ab-b547-8a0ed5fca933 req-b5894e93-cc43-43ce-aa2b-ff6562da6055 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:f69f0d53-3c3c-4f2d-9da2-9eb294b112ae for instance 56ebcd4b-207a-4da5-bdb5-48d2b29e198c on instance [pid: 7|app: 0|req: 367/727] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:06 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 35 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:07.326 8 INFO nova.api.openstack.wsgi [None req-76c18ea0-090b-45b3-a0f2-1ee216046515 1017dd9c81c242d19c94a69dbf524b70 6ace06b7158648709413147e1a278f46 - - default default] HTTP exception thrown: Instance 56ebcd4b-207a-4da5-bdb5-48d2b29e198c could not be found. [pid: 8|app: 0|req: 361/728] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:07 2026] GET /v2.1/servers/56ebcd4b-207a-4da5-bdb5-48d2b29e198c => generated 111 bytes in 43 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 368/729] 10.0.0.113 () {32 vars in 741 bytes} [Sat Sep 19 11:40:11 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/os-interface => generated 285 bytes in 376 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 362/730] 10.0.0.113 () {32 vars in 815 bytes} [Sat Sep 19 11:40:11 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/os-interface/1c85225a-8de1-45af-82c8-c038bf366df6 => generated 282 bytes in 259 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 369/731] 10.0.0.113 () {32 vars in 723 bytes} [Sat Sep 19 11:40:11 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/ips => generated 156 bytes in 49 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 363/732] 10.0.0.113 () {34 vars in 750 bytes} [Sat Sep 19 11:40:11 2026] POST /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/action => generated 0 bytes in 27 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 370/733] 10.0.0.113 () {32 vars in 723 bytes} [Sat Sep 19 11:40:11 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/ips => generated 156 bytes in 40 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:12.706 8 INFO nova.api.openstack.compute.server_external_events [req-18c4343c-815b-4a83-8b5c-3aeefda0a16f req-10c77737-80ca-4179-871c-6945b04d29be 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:1c85225a-8de1-45af-82c8-c038bf366df6 for instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 on instance [pid: 8|app: 0|req: 364/734] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:12 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 45 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 371/735] 10.0.0.113 () {32 vars in 723 bytes} [Sat Sep 19 11:40:12 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/ips => generated 156 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 365/736] 10.0.0.113 () {32 vars in 723 bytes} [Sat Sep 19 11:40:13 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/ips => generated 195 bytes in 26 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 372/737] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:13 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 1952 bytes in 353 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 366/738] 10.0.0.113 () {34 vars in 750 bytes} [Sat Sep 19 11:40:14 2026] POST /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/action => generated 0 bytes in 47 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 373/739] 10.0.0.113 () {32 vars in 723 bytes} [Sat Sep 19 11:40:14 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/ips => generated 195 bytes in 51 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/740] 10.0.0.113 () {30 vars in 413 bytes} [Sat Sep 19 11:40:14 2026] GET / => generated 421 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 374/741] 10.0.0.113 () {28 vars in 560 bytes} [Sat Sep 19 11:40:14 2026] GET /v2/ => generated 401 bytes in 471 msecs (HTTP/1.1 200) 5 headers in 221 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 368/742] 10.0.0.113 () {28 vars in 564 bytes} [Sat Sep 19 11:40:15 2026] GET /v2.1/ => generated 410 bytes in 11 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/743] 10.0.0.113 () {30 vars in 413 bytes} [Sat Sep 19 11:40:15 2026] GET / => generated 421 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-09-19 11:40:15.399 8 INFO nova.api.openstack.compute.server_external_events [req-3ef44c98-d431-4a9f-a808-6476442d839a req-c7a33099-494d-4603-bf5b-67f40371f4fa 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:1c85225a-8de1-45af-82c8-c038bf366df6 for instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 on instance [pid: 8|app: 0|req: 369/744] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:15 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/745] 10.0.0.113 () {32 vars in 723 bytes} [Sat Sep 19 11:40:15 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/ips => generated 195 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 378/748] 10.0.0.113 () {32 vars in 723 bytes} [Sat Sep 19 11:40:16 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6/ips => generated 156 bytes in 39 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 371/749] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:40:16 2026] DELETE /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 379/750] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:16 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 1843 bytes in 549 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:17.898 8 INFO nova.api.openstack.compute.server_external_events [req-df7a751b-095a-4f9f-82dd-477b99f33f66 req-4bbbc0cf-837f-4915-a8e4-56cffa0613ca 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:1c85225a-8de1-45af-82c8-c038bf366df6 for instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 on instance [pid: 8|app: 0|req: 372/751] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:17 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 51 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:18.239 8 INFO nova.api.openstack.compute.server_external_events [req-bb7e25e0-66b0-4ddf-92c9-b4492c91c046 req-5e3762d2-75bb-4c82-9b1e-3f233f024289 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:1c85225a-8de1-45af-82c8-c038bf366df6 for instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 on instance [pid: 8|app: 0|req: 373/752] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:18 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 19 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/753] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:18 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 1775 bytes in 93 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 374/754] 10.0.0.113 () {34 vars in 671 bytes} [Sat Sep 19 11:40:18 2026] POST /v2.1/os-keypairs => generated 386 bytes in 174 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:19.379 7 INFO nova.api.openstack.wsgi [None req-da91f8d4-c0e3-424b-bc2c-bac9146b2224 61b805ec49c44ac78233f3a372cceb2b 33202fce41274b7286b65f69faf06253 - - default default] HTTP exception thrown: Instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 could not be found. [pid: 7|app: 0|req: 381/755] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:19 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 111 bytes in 43 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/756] 10.0.0.113 () {32 vars in 706 bytes} [Sat Sep 19 11:40:19 2026] DELETE /v2.1/os-keypairs/tempest-keypair-1156879940 => generated 0 bytes in 42 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:19.944 7 INFO nova.api.openstack.compute.server_external_events [req-40a10047-82ac-4717-aad2-543945f00a48 req-48635711-73e8-4e0a-980b-a76b50f5fbdd 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:1c85225a-8de1-45af-82c8-c038bf366df6 for instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 on instance [pid: 7|app: 0|req: 382/757] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:19 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:40:19.986 8 INFO nova.api.openstack.wsgi [None req-b3a5dd31-a179-41ac-b56e-263ac2098908 61b805ec49c44ac78233f3a372cceb2b 33202fce41274b7286b65f69faf06253 - - default default] HTTP exception thrown: Instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 could not be found. [pid: 8|app: 0|req: 376/758] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:40:19 2026] DELETE /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 111 bytes in 33 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:20.024 7 INFO nova.api.openstack.wsgi [None req-8245092e-edfc-4ecb-9ee4-2faa1525c248 61b805ec49c44ac78233f3a372cceb2b 33202fce41274b7286b65f69faf06253 - - default default] HTTP exception thrown: Instance 33754d15-8f6b-4102-90bb-dea22a5d55e6 could not be found. [pid: 7|app: 0|req: 383/759] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:19 2026] GET /v2.1/servers/33754d15-8f6b-4102-90bb-dea22a5d55e6 => generated 111 bytes in 33 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 377/760] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:40:20 2026] POST /v2.1/servers => generated 452 bytes in 506 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 384/761] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:20 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1392 bytes in 81 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 378/762] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:21 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1450 bytes in 73 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:22.848 7 INFO nova.api.openstack.compute.server_external_events [req-1c580869-c7c4-43b6-affb-89c4dec627e3 req-a91ff3e0-d20c-4d5b-a20d-44acdc86d9f2 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance [pid: 7|app: 0|req: 385/763] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:22 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 28 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 379/764] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:22 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1517 bytes in 163 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 386/765] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:24 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1517 bytes in 319 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:24.898 8 INFO nova.api.openstack.compute.server_external_events [req-0780b3e7-001c-450b-9602-7d7083c8949b req-6a8986ff-8ea7-40f6-b7c6-f520649140ae 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance 2026-09-19 11:40:24.899 8 INFO nova.api.openstack.compute.server_external_events [req-0780b3e7-001c-450b-9602-7d7083c8949b req-6a8986ff-8ea7-40f6-b7c6-f520649140ae 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance [pid: 8|app: 0|req: 380/766] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:24 2026] POST /v2.1/os-server-external-events => generated 354 bytes in 44 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 387/767] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:25 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1699 bytes in 183 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 381/770] 10.0.0.113 () {32 vars in 741 bytes} [Sat Sep 19 11:40:25 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d/os-interface => generated 284 bytes in 210 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:27.298 7 INFO nova.api.openstack.compute.server_external_events [req-6d6619d5-3378-4c9f-9b76-4182c3bac71e req-97997973-17da-4526-a724-e9d72ceed547 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance [pid: 7|app: 0|req: 390/771] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:27 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 48 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 383/774] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:42 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1819 bytes in 278 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 392/775] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:43 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1819 bytes in 295 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 384/776] 10.0.0.113 () {34 vars in 750 bytes} [Sat Sep 19 11:40:43 2026] POST /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d/action => generated 0 bytes in 113 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 393/777] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:43 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1821 bytes in 192 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:44.733 8 INFO nova.api.openstack.compute.server_external_events [req-d5c79391-b0da-4c0e-a2c0-936f6f535014 req-247f4206-0af5-44ce-9c51-74d8e156bd9e 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance [pid: 8|app: 0|req: 385/778] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:44 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 394/779] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:45 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1826 bytes in 248 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 387/782] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:46 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1826 bytes in 169 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:40:46.814 7 INFO nova.api.openstack.compute.server_external_events [req-72968f69-9e2c-4865-b909-30285bbf8c32 req-19359dfa-2c1d-4d9e-8de9-7967d11fcbf4 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance 2026-09-19 11:40:46.816 7 INFO nova.api.openstack.compute.server_external_events [req-72968f69-9e2c-4865-b909-30285bbf8c32 req-19359dfa-2c1d-4d9e-8de9-7967d11fcbf4 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance 2026-09-19 11:40:46.816 7 INFO nova.api.openstack.compute.server_external_events [req-72968f69-9e2c-4865-b909-30285bbf8c32 req-19359dfa-2c1d-4d9e-8de9-7967d11fcbf4 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance [pid: 7|app: 0|req: 396/783] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:40:46 2026] POST /v2.1/os-server-external-events => generated 527 bytes in 73 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 388/784] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:40:47 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1819 bytes in 207 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 398/787] 10.0.0.183 () {30 vars in 619 bytes} [Sat Sep 19 11:41:02 2026] GET /v2.1 => generated 0 bytes in 204 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 390/788] 10.0.0.183 () {32 vars in 692 bytes} [Sat Sep 19 11:41:02 2026] GET /v2.1/ => generated 410 bytes in 6 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/789] 10.0.0.183 () {34 vars in 913 bytes} [Sat Sep 19 11:41:02 2026] GET /v2.1/os-simple-tenant-usage/eea72485cf7f44149a2fb82601a9b08d?start=2026-09-18T00:00:00&end=2026-09-19T23:59:59 => generated 20 bytes in 99 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/790] 10.0.0.183 () {30 vars in 654 bytes} [Sat Sep 19 11:41:02 2026] GET /v2.1/limits?reserved=1 => generated 511 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 400/791] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:03 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1819 bytes in 215 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/792] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:41:03 2026] DELETE /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 401/793] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:03 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1825 bytes in 169 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:41:04.000 8 INFO nova.api.openstack.compute.server_external_events [req-d8019994-f5b5-487f-bbfd-db50d90ffb33 req-77eaf6bc-bbda-4206-8b6e-0e5fcac67b76 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance [pid: 8|app: 0|req: 393/794] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:41:03 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 402/795] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:04 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 1825 bytes in 172 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 394/796] 10.0.0.183 () {30 vars in 619 bytes} [Sat Sep 19 11:41:04 2026] GET /v2.1 => generated 0 bytes in 90 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 403/797] 10.0.0.183 () {32 vars in 692 bytes} [Sat Sep 19 11:41:04 2026] GET /v2.1/ => generated 410 bytes in 13 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/798] 10.0.0.183 () {34 vars in 913 bytes} [Sat Sep 19 11:41:05 2026] GET /v2.1/os-simple-tenant-usage/eea72485cf7f44149a2fb82601a9b08d?start=2026-09-18T00:00:00&end=2026-09-19T23:59:59 => generated 20 bytes in 163 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/799] 10.0.0.183 () {30 vars in 654 bytes} [Sat Sep 19 11:41:05 2026] GET /v2.1/limits?reserved=1 => generated 511 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-09-19 11:41:05.896 7 INFO nova.api.openstack.wsgi [None req-f00de201-c7f0-4d37-b83d-39733a0049a7 969d854ed0e04038af7709488907a845 f56db3c5a060431fb8267f62e3be9725 - - default default] HTTP exception thrown: Instance be04cde6-3248-4ad7-beb9-060f100c631d could not be found. [pid: 7|app: 0|req: 406/802] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:05 2026] GET /v2.1/servers/be04cde6-3248-4ad7-beb9-060f100c631d => generated 111 bytes in 34 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 397/803] 10.0.0.113 () {32 vars in 706 bytes} [Sat Sep 19 11:41:05 2026] DELETE /v2.1/os-keypairs/tempest-keypair-1459969113 => generated 0 bytes in 26 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:41:06.210 7 INFO nova.api.openstack.compute.server_external_events [req-2259c919-3957-4776-ae24-725c4da06ecb req-0f74dd29-977a-43ed-83fd-0f7a0f5fb769 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance 2026-09-19 11:41:06.211 7 INFO nova.api.openstack.compute.server_external_events [req-2259c919-3957-4776-ae24-725c4da06ecb req-0f74dd29-977a-43ed-83fd-0f7a0f5fb769 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:b77004a6-7db6-4e78-a1ed-e8d17ef39f3c for instance be04cde6-3248-4ad7-beb9-060f100c631d on instance [pid: 7|app: 0|req: 407/804] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:41:06 2026] POST /v2.1/os-server-external-events => generated 356 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/811] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:41:36 2026] POST /v2.1/servers => generated 424 bytes in 914 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 411/812] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:37 2026] GET /v2.1/servers/0e7a7164-72ee-447f-a909-4ae2bcbec5b1 => generated 1367 bytes in 91 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 402/813] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:38 2026] GET /v2.1/servers/0e7a7164-72ee-447f-a909-4ae2bcbec5b1 => generated 1425 bytes in 100 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:41:40.257 8 INFO nova.api.openstack.compute.server_external_events [req-b8e37dd1-2714-4f87-bd33-a6e4a2006e46 req-1e0ec1a3-e0fd-4d05-ad2a-9b4d86fddc19 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:dde9f2f9-f40f-4030-a05c-5ba3baefaa4a for instance 0e7a7164-72ee-447f-a909-4ae2bcbec5b1 on instance [pid: 8|app: 0|req: 403/814] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:41:40 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 42 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/815] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:40 2026] GET /v2.1/servers/0e7a7164-72ee-447f-a909-4ae2bcbec5b1 => generated 1467 bytes in 206 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:41:41.060 8 INFO nova.api.openstack.compute.server_external_events [req-c525274c-3ff3-42a0-82a2-e6f27abb5884 req-30bfeae2-7c59-4a4b-9a04-4319047846ba 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:dde9f2f9-f40f-4030-a05c-5ba3baefaa4a for instance 0e7a7164-72ee-447f-a909-4ae2bcbec5b1 on instance [pid: 8|app: 0|req: 404/816] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:41:41 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 39 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 413/817] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:41 2026] GET /v2.1/servers/0e7a7164-72ee-447f-a909-4ae2bcbec5b1 => generated 1467 bytes in 163 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 405/818] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:42 2026] GET /v2.1/servers/0e7a7164-72ee-447f-a909-4ae2bcbec5b1 => generated 1647 bytes in 250 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:41:43.114 7 INFO nova.api.openstack.compute.server_external_events [req-5b817a23-960c-4040-90fa-f02c240ae2d0 req-64269a81-d015-4372-94ce-88585a5bf005 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:dde9f2f9-f40f-4030-a05c-5ba3baefaa4a for instance 0e7a7164-72ee-447f-a909-4ae2bcbec5b1 on instance [pid: 7|app: 0|req: 414/819] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:41:43 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 406/820] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:41:43 2026] DELETE /v2.1/servers/0e7a7164-72ee-447f-a909-4ae2bcbec5b1 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 415/821] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:43 2026] GET /v2.1/servers/0e7a7164-72ee-447f-a909-4ae2bcbec5b1 => generated 1653 bytes in 249 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:41:44.373 8 INFO nova.api.openstack.compute.server_external_events [req-9c6d1bc6-912d-49cd-aaf4-559400c46a83 req-386d5e92-21d0-48e8-8fb6-59e1831c1d4b 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:dde9f2f9-f40f-4030-a05c-5ba3baefaa4a for instance 0e7a7164-72ee-447f-a909-4ae2bcbec5b1 on instance [pid: 8|app: 0|req: 407/822] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:41:44 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 28 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 416/823] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:44 2026] GET /v2.1/servers/0e7a7164-72ee-447f-a909-4ae2bcbec5b1 => generated 1453 bytes in 112 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:41:45.164 8 INFO nova.api.openstack.compute.server_external_events [req-653149a7-687c-4b01-a1de-e2c4a701822f req-a9ac70e2-09d7-42c9-ba65-e6e82fde4ff3 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:dde9f2f9-f40f-4030-a05c-5ba3baefaa4a for instance 0e7a7164-72ee-447f-a909-4ae2bcbec5b1 on instance 2026-09-19 11:41:45.165 8 INFO nova.api.openstack.compute.server_external_events [req-653149a7-687c-4b01-a1de-e2c4a701822f req-a9ac70e2-09d7-42c9-ba65-e6e82fde4ff3 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:dde9f2f9-f40f-4030-a05c-5ba3baefaa4a for instance 0e7a7164-72ee-447f-a909-4ae2bcbec5b1 on instance [pid: 8|app: 0|req: 408/824] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:41:45 2026] POST /v2.1/os-server-external-events => generated 358 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:41:45.702 7 INFO nova.api.openstack.wsgi [None req-473521a0-7363-47c3-b5c7-de67c92be4ee 7305a85bf59d48f6ba221f269b243387 34c4ced062554764818f960f891b41c4 - - default default] HTTP exception thrown: Instance 0e7a7164-72ee-447f-a909-4ae2bcbec5b1 could not be found. [pid: 7|app: 0|req: 417/825] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:41:45 2026] GET /v2.1/servers/0e7a7164-72ee-447f-a909-4ae2bcbec5b1 => generated 111 bytes in 34 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 411/830] 10.0.0.113 () {34 vars in 671 bytes} [Sat Sep 19 11:42:03 2026] POST /v2.1/os-keypairs => generated 398 bytes in 68 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/833] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:42:05 2026] POST /v2.1/servers => generated 450 bytes in 854 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 421/834] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:06 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1402 bytes in 72 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 414/835] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:07 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1472 bytes in 103 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 422/836] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:09 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1528 bytes in 186 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:42:09.728 8 INFO nova.api.openstack.compute.server_external_events [req-649c367a-41d6-4e69-a14c-1e5ba44f7fb5 req-0dfec4d2-a312-4cee-a4dd-d1320066c6eb 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:e89e81e9-bd2e-45b6-a7fe-158d1de5a3da for instance 2f1e818e-79c6-4be2-b8ce-abd62e147ea7 on instance [pid: 8|app: 0|req: 415/837] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:42:09 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 423/838] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:10 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1528 bytes in 192 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 416/839] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:11 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1528 bytes in 217 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 424/840] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:12 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1528 bytes in 155 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 417/841] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:13 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1528 bytes in 208 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 425/842] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:15 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1528 bytes in 256 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 419/845] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:16 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1528 bytes in 172 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 427/846] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:17 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1528 bytes in 435 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 420/847] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:19 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1528 bytes in 225 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:42:20.190 7 INFO nova.api.openstack.compute.server_external_events [req-8d3cd239-ea3b-4076-9ef8-b1d6c3604ddd req-4f341a17-2cdf-4716-8879-1fab573bbcfe 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:e89e81e9-bd2e-45b6-a7fe-158d1de5a3da for instance 2f1e818e-79c6-4be2-b8ce-abd62e147ea7 on instance [pid: 7|app: 0|req: 428/848] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:42:20 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 47 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 421/849] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:20 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1528 bytes in 206 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 429/850] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:21 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1696 bytes in 335 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 422/851] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:21 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1696 bytes in 176 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:42:22.243 7 INFO nova.api.openstack.compute.server_external_events [req-9d54ad78-d82d-4313-8a7c-c0d970ac2277 req-1f17f85c-0fa5-4330-8a23-c8f7d7f3909d 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:e89e81e9-bd2e-45b6-a7fe-158d1de5a3da for instance 2f1e818e-79c6-4be2-b8ce-abd62e147ea7 on instance [pid: 7|app: 0|req: 430/852] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:42:22 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 38 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:42:23.617 8 INFO nova.api.openstack.compute.server_external_events [req-36709380-d54a-4f12-ba11-649a1e94f5f6 req-e0f62cd6-61e2-4a97-af96-be92128fc5b0 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:e89e81e9-bd2e-45b6-a7fe-158d1de5a3da for instance 2f1e818e-79c6-4be2-b8ce-abd62e147ea7 on instance [pid: 8|app: 0|req: 423/853] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:42:23 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 432/856] 10.0.0.113 () {34 vars in 750 bytes} [Sat Sep 19 11:42:33 2026] POST /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7/action => generated 34184 bytes in 192 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:42:35.379 8 INFO nova.api.openstack.compute.server_external_events [req-383e12db-c06e-48d9-a1b0-d4b1be440853 req-ef4a3596-e235-4c3b-8aa8-92ff96a45462 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:e89e81e9-bd2e-45b6-a7fe-158d1de5a3da for instance 2f1e818e-79c6-4be2-b8ce-abd62e147ea7 on instance [pid: 8|app: 0|req: 425/857] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:42:35 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 58 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 427/860] 10.0.0.113 () {34 vars in 671 bytes} [Sat Sep 19 11:42:36 2026] POST /v2.1/os-keypairs => generated 397 bytes in 48 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 434/861] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:42:38 2026] POST /v2.1/servers => generated 448 bytes in 868 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/862] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:39 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1401 bytes in 78 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 435/863] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:40 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1459 bytes in 87 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 429/864] 10.0.0.113 () {34 vars in 671 bytes} [Sat Sep 19 11:42:41 2026] POST /v2.1/os-keypairs => generated 396 bytes in 31 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 436/865] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:41 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1525 bytes in 200 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2026-09-19 11:42:42.087 8 INFO nova.api.openstack.compute.server_external_events [req-b3696995-7481-4566-a438-2bee96c9ed92 req-8168eb4d-e263-4bbd-9847-5553fa86f047 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:b8a22856-2305-49e7-b7a8-823be3a22268 for instance 66929ba7-f1b2-4496-9ac8-564f6ec29285 on instance [pid: 8|app: 0|req: 430/866] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:42:42 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 437/867] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:42 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1525 bytes in 183 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 431/868] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:44 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1525 bytes in 215 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/869] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:42:44 2026] POST /v2.1/servers => generated 448 bytes in 834 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 432/870] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:45 2026] GET /v2.1/servers/6ef4331e-6e3b-42b3-979b-19c328956d93 => generated 1394 bytes in 73 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 439/873] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:45 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1525 bytes in 339 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 435/874] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:46 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1525 bytes in 204 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:42:47.779 7 INFO nova.api.openstack.compute.server_external_events [req-8fef0011-bded-4978-b4c0-2d4e0f4c4ea7 req-4839e685-12d7-4d48-b9aa-eeb1bd5a3464 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:d5654f43-dca9-4d92-9fd6-6c026667409a for instance 6ef4331e-6e3b-42b3-979b-19c328956d93 on instance [pid: 7|app: 0|req: 440/875] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:42:47 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 66 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 436/876] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:47 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1525 bytes in 373 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 441/877] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:49 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1525 bytes in 142 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:42:50.046 8 INFO nova.api.openstack.compute.server_external_events [req-5c8f0e00-15ff-400c-a19e-88eda310ddc3 req-a6797a23-9507-46f3-98df-8d6ce588d674 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:b8a22856-2305-49e7-b7a8-823be3a22268 for instance 66929ba7-f1b2-4496-9ac8-564f6ec29285 on instance 2026-09-19 11:42:50.047 8 INFO nova.api.openstack.compute.server_external_events [req-5c8f0e00-15ff-400c-a19e-88eda310ddc3 req-a6797a23-9507-46f3-98df-8d6ce588d674 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:b8a22856-2305-49e7-b7a8-823be3a22268 for instance 66929ba7-f1b2-4496-9ac8-564f6ec29285 on instance 2026-09-19 11:42:50.047 8 INFO nova.api.openstack.compute.server_external_events [req-5c8f0e00-15ff-400c-a19e-88eda310ddc3 req-a6797a23-9507-46f3-98df-8d6ce588d674 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:d5654f43-dca9-4d92-9fd6-6c026667409a for instance 6ef4331e-6e3b-42b3-979b-19c328956d93 on instance 2026-09-19 11:42:50.048 8 INFO nova.api.openstack.compute.server_external_events [req-5c8f0e00-15ff-400c-a19e-88eda310ddc3 req-a6797a23-9507-46f3-98df-8d6ce588d674 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:d5654f43-dca9-4d92-9fd6-6c026667409a for instance 6ef4331e-6e3b-42b3-979b-19c328956d93 on instance [pid: 8|app: 0|req: 437/878] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:42:50 2026] POST /v2.1/os-server-external-events => generated 696 bytes in 26 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 442/879] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:50 2026] GET /v2.1/servers/6ef4331e-6e3b-42b3-979b-19c328956d93 => generated 1518 bytes in 222 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 438/880] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:50 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1692 bytes in 173 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 443/881] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:50 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1692 bytes in 210 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:42:51.886 8 INFO nova.api.openstack.compute.server_external_events [req-1e564967-0f01-4a43-bcd1-8be5b805e9dc req-1d076d10-98c3-4027-a831-1e5dae40d3e1 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:b8a22856-2305-49e7-b7a8-823be3a22268 for instance 66929ba7-f1b2-4496-9ac8-564f6ec29285 on instance [pid: 8|app: 0|req: 439/882] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:42:51 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 444/885] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:55 2026] GET /v2.1/servers/6ef4331e-6e3b-42b3-979b-19c328956d93 => generated 1817 bytes in 281 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:42:57.238 8 INFO nova.api.openstack.compute.server_external_events [req-96e43ba0-dcf0-4c9a-bd1b-80322d02ec15 req-680ef2bb-082c-4d1e-a0ce-3e6cce6f7c1a 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:d5654f43-dca9-4d92-9fd6-6c026667409a for instance 6ef4331e-6e3b-42b3-979b-19c328956d93 on instance [pid: 8|app: 0|req: 442/886] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:42:57 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 57 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/887] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:42:57 2026] POST /v2.1/servers => generated 448 bytes in 995 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 443/888] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:42:58 2026] GET /v2.1/servers/7da0633c-2551-4740-be94-6d2e63baf89f => generated 1395 bytes in 112 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:00.847 7 INFO nova.api.openstack.compute.server_external_events [req-bb8ae705-c45b-43b9-ab61-735fcc81a286 req-c51f776e-4eb1-421d-859c-dcd600e15f68 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:f008de06-74a3-4831-997b-fdb8651ada75 for instance 7da0633c-2551-4740-be94-6d2e63baf89f on instance [pid: 7|app: 0|req: 446/889] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:00 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 32 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:01.721 8 INFO nova.api.openstack.compute.server_external_events [req-6dec5737-655c-4a88-bf21-3599fc674032 req-98547146-5717-4eff-9ffd-4b1ad8c20fc0 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:f008de06-74a3-4831-997b-fdb8651ada75 for instance 7da0633c-2551-4740-be94-6d2e63baf89f on instance [pid: 8|app: 0|req: 444/890] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:01 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 30 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 447/891] 10.0.0.113 () {34 vars in 750 bytes} [Sat Sep 19 11:43:01 2026] POST /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285/action => generated 33977 bytes in 66 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 445/892] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:43:02 2026] DELETE /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 448/893] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:02 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1818 bytes in 278 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:02.888 8 INFO nova.api.openstack.compute.server_external_events [req-293a7cb3-1cd6-4ea6-a3ff-de45216e0ab7 req-d6331bca-d7d3-417c-ba1f-e9ae9e589d70 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:b8a22856-2305-49e7-b7a8-823be3a22268 for instance 66929ba7-f1b2-4496-9ac8-564f6ec29285 on instance 2026-09-19 11:43:02.889 8 INFO nova.api.openstack.compute.server_external_events [req-293a7cb3-1cd6-4ea6-a3ff-de45216e0ab7 req-d6331bca-d7d3-417c-ba1f-e9ae9e589d70 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:b8a22856-2305-49e7-b7a8-823be3a22268 for instance 66929ba7-f1b2-4496-9ac8-564f6ec29285 on instance [pid: 8|app: 0|req: 446/894] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:02 2026] POST /v2.1/os-server-external-events => generated 358 bytes in 26 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 449/895] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:03 2026] GET /v2.1/servers/7da0633c-2551-4740-be94-6d2e63baf89f => generated 1818 bytes in 385 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:03.760 7 INFO nova.api.openstack.compute.server_external_events [req-10c6ca14-dcd1-4e8b-a30d-d59dbedcc4a6 req-7461dedb-8726-44e2-8afa-4198756804d2 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:f008de06-74a3-4831-997b-fdb8651ada75 for instance 7da0633c-2551-4740-be94-6d2e63baf89f on instance [pid: 7|app: 0|req: 450/896] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:03 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 19 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/897] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:03 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 1487 bytes in 285 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:04.869 7 INFO nova.api.openstack.wsgi [None req-320a6d4e-280a-4150-901b-472437e5431d 5ff1818c53944c29b2692457c0a1b738 e2f4225b2e6f4894a4612052ddce4a91 - - default default] HTTP exception thrown: Instance 66929ba7-f1b2-4496-9ac8-564f6ec29285 could not be found. [pid: 7|app: 0|req: 451/898] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:04 2026] GET /v2.1/servers/66929ba7-f1b2-4496-9ac8-564f6ec29285 => generated 111 bytes in 37 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:04.947 8 INFO nova.api.openstack.compute.server_external_events [req-caa1f8b6-d57a-410f-b3f7-8c540365bf50 req-0dc568d7-af99-4ab9-9f55-a8f0672a2b3e 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:b8a22856-2305-49e7-b7a8-823be3a22268 for instance 66929ba7-f1b2-4496-9ac8-564f6ec29285 on instance [pid: 8|app: 0|req: 448/899] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:04 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 49 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 452/900] 10.0.0.113 () {32 vars in 728 bytes} [Sat Sep 19 11:43:05 2026] DELETE /v2.1/os-keypairs/tempest-TestNetworkBasicOps-652519398 => generated 0 bytes in 27 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) 2026-09-19 11:43:05.808 7 INFO nova.api.openstack.compute.server_external_events [req-b0d50e92-4aa7-42b8-bca0-b371a4128139 req-a024de69-140d-4e70-9f72-c12afd5fdcab 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:f008de06-74a3-4831-997b-fdb8651ada75 for instance 7da0633c-2551-4740-be94-6d2e63baf89f on instance [pid: 7|app: 0|req: 454/903] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:05 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 42 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 450/904] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:43:06 2026] DELETE /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 455/905] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:06 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1702 bytes in 234 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:07.508 8 INFO nova.api.openstack.compute.server_external_events [req-4b675c92-cdf6-4a7b-91d6-2bc0e5c27655 req-1d472ee9-4ad0-4dec-8e8b-b0725bdb9d5b 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:e89e81e9-bd2e-45b6-a7fe-158d1de5a3da for instance 2f1e818e-79c6-4be2-b8ce-abd62e147ea7 on instance [pid: 8|app: 0|req: 451/906] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:07 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 42 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 456/907] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:07 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 1488 bytes in 113 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:08.764 8 INFO nova.api.openstack.wsgi [None req-93b81385-c6f7-4850-8adc-24d6b551c2c0 5ff1818c53944c29b2692457c0a1b738 e2f4225b2e6f4894a4612052ddce4a91 - - default default] HTTP exception thrown: Instance 2f1e818e-79c6-4be2-b8ce-abd62e147ea7 could not be found. [pid: 8|app: 0|req: 452/908] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:08 2026] GET /v2.1/servers/2f1e818e-79c6-4be2-b8ce-abd62e147ea7 => generated 111 bytes in 45 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 457/909] 10.0.0.113 () {32 vars in 730 bytes} [Sat Sep 19 11:43:08 2026] DELETE /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1119005234 => generated 0 bytes in 32 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/912] 10.0.0.113 () {34 vars in 671 bytes} [Sat Sep 19 11:43:18 2026] POST /v2.1/os-keypairs => generated 396 bytes in 395 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 454/913] 10.0.0.113 () {34 vars in 671 bytes} [Sat Sep 19 11:43:21 2026] POST /v2.1/os-keypairs => generated 386 bytes in 78 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/914] 10.0.0.113 () {34 vars in 663 bytes} [Sat Sep 19 11:43:23 2026] POST /v2.1/servers => generated 495 bytes in 729 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/915] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:24 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1455 bytes in 51 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 461/916] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:25 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1525 bytes in 141 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 457/919] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:26 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1626 bytes in 300 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:27.314 7 INFO nova.api.openstack.compute.server_external_events [req-4cc87020-3903-47e5-a786-1f2480996f81 req-fd309aa0-b9b5-47b9-ab3f-9bfdb7320b8e 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:6c2da573-9fb8-46a7-97db-6f38906f1e93 for instance ef85ca9a-9835-4eec-b0d0-aaff413bbda6 on instance [pid: 7|app: 0|req: 463/920] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:27 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 22 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 458/921] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:27 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1626 bytes in 199 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 464/922] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:28 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1626 bytes in 254 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 459/923] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:30 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1626 bytes in 218 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 465/924] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:31 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1626 bytes in 178 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 460/925] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:32 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1626 bytes in 249 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 466/926] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:33 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1626 bytes in 183 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:34.259 8 INFO nova.api.openstack.compute.server_external_events [req-521ad4ee-823f-41ec-824d-77971814b24a req-3227d98b-e7ea-4c01-bdcf-4fd9af2af0fa 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:6c2da573-9fb8-46a7-97db-6f38906f1e93 for instance ef85ca9a-9835-4eec-b0d0-aaff413bbda6 on instance [pid: 8|app: 0|req: 461/927] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:34 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 34 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 467/928] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:35 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1806 bytes in 243 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 462/929] 10.0.0.113 () {32 vars in 741 bytes} [Sat Sep 19 11:43:35 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6/os-interface => generated 285 bytes in 79 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:36.315 8 INFO nova.api.openstack.compute.server_external_events [req-eeaa183a-c6c7-48f6-96b0-d7f236829b2b req-2bb58017-6f81-4bd2-8119-c21453a66bee 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:6c2da573-9fb8-46a7-97db-6f38906f1e93 for instance ef85ca9a-9835-4eec-b0d0-aaff413bbda6 on instance 2026-09-19 11:43:36.316 8 INFO nova.api.openstack.compute.server_external_events [req-eeaa183a-c6c7-48f6-96b0-d7f236829b2b req-2bb58017-6f81-4bd2-8119-c21453a66bee 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:6c2da573-9fb8-46a7-97db-6f38906f1e93 for instance ef85ca9a-9835-4eec-b0d0-aaff413bbda6 on instance [pid: 8|app: 0|req: 464/932] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:36 2026] POST /v2.1/os-server-external-events => generated 350 bytes in 51 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 469/933] 162.253.55.118 () {36 vars in 714 bytes} [Sat Sep 19 11:43:38 2026] POST /v2.1/servers => generated 453 bytes in 1504 msecs (HTTP/1.1 202) 10 headers in 475 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 465/934] 162.253.55.118 () {32 vars in 733 bytes} [Sat Sep 19 11:43:40 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b => generated 2213 bytes in 79 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 470/935] 162.253.55.118 () {32 vars in 759 bytes} [Sat Sep 19 11:43:40 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-interface => generated 28 bytes in 64 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 466/936] 162.253.55.118 () {32 vars in 777 bytes} [Sat Sep 19 11:43:40 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-volume_attachments => generated 197 bytes in 63 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:43.744 8 INFO nova.api.openstack.compute.server_external_events [req-4ff8b92b-9683-4981-b88a-e091e5f37a23 req-d167a41d-bf47-4303-b6b5-abba292fcc19 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:33170146-6dd2-40a4-9a3c-5664d43758fe for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 467/937] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:43 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 28 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/938] 162.253.55.118 () {32 vars in 733 bytes} [Sat Sep 19 11:43:43 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b => generated 2433 bytes in 508 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 468/939] 162.253.55.118 () {32 vars in 759 bytes} [Sat Sep 19 11:43:44 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-interface => generated 284 bytes in 115 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 472/940] 162.253.55.118 () {32 vars in 777 bytes} [Sat Sep 19 11:43:44 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-volume_attachments => generated 197 bytes in 99 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 474/943] 162.253.55.118 () {32 vars in 733 bytes} [Sat Sep 19 11:43:47 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b => generated 2433 bytes in 121 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 470/944] 162.253.55.118 () {32 vars in 759 bytes} [Sat Sep 19 11:43:47 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-interface => generated 284 bytes in 90 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 475/945] 162.253.55.118 () {32 vars in 777 bytes} [Sat Sep 19 11:43:47 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-volume_attachments => generated 197 bytes in 51 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:49.063 8 INFO nova.api.openstack.compute.server_external_events [req-0d82435d-d25e-403e-a14a-044f4eb330e8 req-44abcee7-1e0c-4a2a-ab4a-7fb335066a4f 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:33170146-6dd2-40a4-9a3c-5664d43758fe for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 471/946] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:49 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 42 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 476/947] 162.253.55.118 () {32 vars in 733 bytes} [Sat Sep 19 11:43:50 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b => generated 2581 bytes in 234 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 472/948] 162.253.55.118 () {32 vars in 759 bytes} [Sat Sep 19 11:43:50 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-interface => generated 286 bytes in 107 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 477/949] 162.253.55.118 () {32 vars in 777 bytes} [Sat Sep 19 11:43:50 2026] GET /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-volume_attachments => generated 197 bytes in 34 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:51.111 8 INFO nova.api.openstack.compute.server_external_events [req-2d92e713-6115-4ff2-ab52-cb93aa25b20b req-278c25eb-102e-4793-bccb-eb28e1bec600 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:33170146-6dd2-40a4-9a3c-5664d43758fe for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 473/950] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:51 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 478/951] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:51 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1926 bytes in 229 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 474/952] 10.0.0.113 () {32 vars in 753 bytes} [Sat Sep 19 11:43:53 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6/os-server-password => generated 116 bytes in 22 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 479/953] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:43:54 2026] DELETE /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 475/954] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:55 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1932 bytes in 546 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:56.289 7 INFO nova.api.openstack.compute.server_external_events [req-16fc959a-dea0-46e7-a4b4-505e1ffbf000 req-f8c6d39f-b2bf-41c3-af44-b9105d259794 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:6c2da573-9fb8-46a7-97db-6f38906f1e93 for instance ef85ca9a-9835-4eec-b0d0-aaff413bbda6 on instance [pid: 7|app: 0|req: 481/957] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:43:56 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 58 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 477/958] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:56 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 1541 bytes in 180 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:57.843 7 INFO nova.api.openstack.wsgi [None req-fe21431a-cad6-4f95-ab30-1d8e840f261a 105f1a89d5fc4ed297025340e4d9b017 bb59e8c61f42433fada412de5684fecc - - default default] HTTP exception thrown: Instance ef85ca9a-9835-4eec-b0d0-aaff413bbda6 could not be found. [pid: 7|app: 0|req: 482/959] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:57 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 111 bytes in 23 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:57.893 8 INFO nova.api.openstack.wsgi [None req-a3a6f530-8bff-4817-ac9e-650d00bb3612 105f1a89d5fc4ed297025340e4d9b017 bb59e8c61f42433fada412de5684fecc - - default default] HTTP exception thrown: Instance ef85ca9a-9835-4eec-b0d0-aaff413bbda6 could not be found. [pid: 8|app: 0|req: 478/960] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:43:57 2026] DELETE /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 111 bytes in 45 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:43:57.923 7 INFO nova.api.openstack.wsgi [None req-69162023-83b0-4190-9c07-677d20390735 105f1a89d5fc4ed297025340e4d9b017 bb59e8c61f42433fada412de5684fecc - - default default] HTTP exception thrown: Instance ef85ca9a-9835-4eec-b0d0-aaff413bbda6 could not be found. [pid: 7|app: 0|req: 483/961] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:43:57 2026] GET /v2.1/servers/ef85ca9a-9835-4eec-b0d0-aaff413bbda6 => generated 111 bytes in 21 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 479/962] 10.0.0.113 () {32 vars in 706 bytes} [Sat Sep 19 11:43:57 2026] DELETE /v2.1/os-keypairs/tempest-keypair-1294751593 => generated 0 bytes in 41 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 484/963] 10.0.0.113 () {32 vars in 726 bytes} [Sat Sep 19 11:43:58 2026] DELETE /v2.1/os-keypairs/tempest-TestServerBasicOps-531880221 => generated 0 bytes in 29 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) 2026-09-19 11:44:29.739 7 INFO nova.api.openstack.compute.server_external_events [req-d1f07b73-3122-4b06-8c00-91d2e9392abb req-f359bd93-25b8-4b35-a5f7-7371c4af17e2 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:49807768-82bd-4844-87f7-db3939b0ca6f for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 488/970] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:44:29 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 22 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/971] 162.253.55.118 () {36 vars in 812 bytes} [Sat Sep 19 11:44:28 2026] POST /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-interface => generated 279 bytes in 2922 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:44:31.772 7 INFO nova.api.openstack.compute.server_external_events [req-ce42f592-25e9-453c-8b8d-0cee1af3a39d req-c7c14416-a1d3-4e80-9e2a-60ea8378fb73 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:49807768-82bd-4844-87f7-db3939b0ca6f for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance 2026-09-19 11:44:31.773 7 INFO nova.api.openstack.compute.server_external_events [req-ce42f592-25e9-453c-8b8d-0cee1af3a39d req-c7c14416-a1d3-4e80-9e2a-60ea8378fb73 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:49807768-82bd-4844-87f7-db3939b0ca6f for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 489/972] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:44:31 2026] POST /v2.1/os-server-external-events => generated 354 bytes in 22 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:44:33.896 8 INFO nova.api.openstack.compute.server_external_events [req-b538e3e8-b78f-4af2-8c43-845e962a4f3e req-904d8416-e9cf-4a82-926d-7589708b8ca4 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:49807768-82bd-4844-87f7-db3939b0ca6f for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance 2026-09-19 11:44:33.897 8 INFO nova.api.openstack.compute.server_external_events [req-b538e3e8-b78f-4af2-8c43-845e962a4f3e req-904d8416-e9cf-4a82-926d-7589708b8ca4 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:49807768-82bd-4844-87f7-db3939b0ca6f for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 484/973] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:44:33 2026] POST /v2.1/os-server-external-events => generated 346 bytes in 123 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:44:53.385 7 INFO nova.api.openstack.compute.server_external_events [req-2bd31462-274e-4ac1-947a-b11474bae3d5 req-788e88ce-434d-4221-8d53-124c816b30ff 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:e89022e7-ece4-45aa-87e0-d22287aa6bd8 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 492/978] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:44:53 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 47 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/979] 162.253.55.118 () {36 vars in 812 bytes} [Sat Sep 19 11:44:51 2026] POST /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-interface => generated 374 bytes in 3131 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:44:54.894 7 INFO nova.api.openstack.compute.server_external_events [req-1037ce6f-c6f8-44cc-a0bf-a9b13a2608ec req-9bc21001-615f-4ebb-b45b-c61b47b3d073 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:e89022e7-ece4-45aa-87e0-d22287aa6bd8 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 493/980] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:44:54 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 206 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:44:55.432 8 INFO nova.api.openstack.compute.server_external_events [req-5bb4da47-e034-4303-a332-0e894e04ce59 req-dfef5e42-4e28-4e0c-8a3d-4bbc19b2da23 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:e89022e7-ece4-45aa-87e0-d22287aa6bd8 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 488/981] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:44:55 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 31 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:44:56.950 8 INFO nova.api.openstack.compute.server_external_events [req-2e4daf54-c5eb-4a95-a108-d12cd9129ee0 req-bbabbcaa-d76f-425c-af98-e8515c306231 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:e89022e7-ece4-45aa-87e0-d22287aa6bd8 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 490/984] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:44:56 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 44 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:05.790 8 INFO nova.api.openstack.compute.server_external_events [req-5510f1b7-a7ff-4ae1-afae-aca1ec73b2b6 req-2a40832e-39a8-4602-aafd-06a45d3968e8 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:cddeaf2d-35a7-4004-9a6f-089c2a90fe23 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 493/987] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:05 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:07.025 8 INFO nova.api.openstack.compute.server_external_events [req-55f6ebcf-b94a-4edf-bb79-bafba55b069c req-210d538c-7eaf-4fcc-afb4-1703cefa1444 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:cddeaf2d-35a7-4004-9a6f-089c2a90fe23 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 494/988] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:07 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 21 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/989] 162.253.55.118 () {36 vars in 812 bytes} [Sat Sep 19 11:45:03 2026] POST /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-interface => generated 378 bytes in 3497 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:07.971 8 INFO nova.api.openstack.compute.server_external_events [req-42a084df-b159-4d2a-b47a-85a62c3ce27c req-16d53d84-c04c-4c9e-9f24-2faf3331e9eb 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:cddeaf2d-35a7-4004-9a6f-089c2a90fe23 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 495/990] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:07 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 39 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:09.064 7 INFO nova.api.openstack.compute.server_external_events [req-51c57d1b-18c8-47b6-a345-0f2a9ed8173a req-304d0930-f785-4c05-af0e-06203401c32b 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-plugged:cddeaf2d-35a7-4004-9a6f-089c2a90fe23 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 496/991] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:09 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 31 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:18.457 7 INFO nova.api.openstack.compute.server_external_events [req-193881e0-4744-4a5d-b5e3-8bd96ce0eb1c req-28feb915-c587-4cd4-8cea-54a00b18ac56 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:cddeaf2d-35a7-4004-9a6f-089c2a90fe23 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 498/994] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:18 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 46 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 497/995] 162.253.55.118 () {34 vars in 855 bytes} [Sat Sep 19 11:45:18 2026] DELETE /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-interface/cddeaf2d-35a7-4004-9a6f-089c2a90fe23 => generated 0 bytes in 58 msecs (HTTP/1.1 202) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:19.182 7 INFO nova.api.openstack.compute.server_external_events [req-672488ad-73a7-4332-a0cd-7e835f4705c7 req-0b18c3c2-e7fc-4a2f-b0ca-3863bb4f6123 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:cddeaf2d-35a7-4004-9a6f-089c2a90fe23 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 499/996] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:19 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 40 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:21.249 8 INFO nova.api.openstack.compute.server_external_events [req-59b24558-7478-405b-9a2b-82bf92b3f2bb req-29d0e52e-5ae4-4f43-9154-82c34c6d79ee 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:cddeaf2d-35a7-4004-9a6f-089c2a90fe23 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 498/997] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:21 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 44 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:39.479 8 INFO nova.api.openstack.compute.server_external_events [req-044d82f4-2da9-4b76-98fb-18abab99cc36 req-432b682f-c525-41a0-99aa-ef353a0f6f97 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:cddeaf2d-35a7-4004-9a6f-089c2a90fe23 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 501/1002] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:39 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 44 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:49.110 7 INFO nova.api.openstack.compute.server_external_events [req-6e0c535e-4d01-4630-893c-4183eb49d3bc req-27390de7-8246-42a1-a56b-7ca301d1e4cf 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:e89022e7-ece4-45aa-87e0-d22287aa6bd8 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 503/1005] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:49 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 26 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 503/1006] 162.253.55.118 () {34 vars in 855 bytes} [Sat Sep 19 11:45:49 2026] DELETE /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-interface/e89022e7-ece4-45aa-87e0-d22287aa6bd8 => generated 0 bytes in 63 msecs (HTTP/1.1 202) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:49.951 7 INFO nova.api.openstack.compute.server_external_events [req-e0c9b68e-3a3f-4363-9c2b-c3539e681c4d req-f6c4fd67-ab7f-48ff-9fc7-ab550ef6cfdf 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:e89022e7-ece4-45aa-87e0-d22287aa6bd8 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 504/1007] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:49 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 34 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:45:52.001 8 INFO nova.api.openstack.compute.server_external_events [req-7dc6304b-bdad-4e35-b6c2-15198a9c3c70 req-801091ef-b660-4bb5-bce5-dbd3f10763d6 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:e89022e7-ece4-45aa-87e0-d22287aa6bd8 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 504/1008] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:45:51 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 40 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:46:10.249 7 INFO nova.api.openstack.compute.server_external_events [req-f10a45f5-a749-4b01-90d2-948e340fc8de req-502c3fee-8350-4ed3-bebd-02fffbd913e1 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:e89022e7-ece4-45aa-87e0-d22287aa6bd8 for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 507/1013] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:46:10 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 51 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 509/1018] 162.253.55.118 () {34 vars in 855 bytes} [Sat Sep 19 11:46:31 2026] DELETE /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b/os-interface/49807768-82bd-4844-87f7-db3939b0ca6f => generated 0 bytes in 73 msecs (HTTP/1.1 202) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:46:31.617 7 INFO nova.api.openstack.compute.server_external_events [req-677125bb-4c88-4437-aad1-523cc64ef826 req-7abe2981-c0d6-4588-bd69-c59245d50f68 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:49807768-82bd-4844-87f7-db3939b0ca6f for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 510/1019] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:46:31 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:46:33.682 8 INFO nova.api.openstack.compute.server_external_events [req-a1f2a6cc-3c52-4771-8d0a-70f0ef048528 req-1a797109-42a6-4ac6-a275-bc1fdbe104aa 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:49807768-82bd-4844-87f7-db3939b0ca6f for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 510/1020] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:46:33 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 53 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 513/1025] 162.253.55.118 () {34 vars in 755 bytes} [Sat Sep 19 11:46:54 2026] DELETE /v2.1/servers/ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 9 headers in 365 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:46:55.431 7 INFO nova.api.openstack.compute.server_external_events [req-1bfd09be-6e0b-4428-8480-720ffb3b2461 req-53900b18-409c-40d3-b277-159446256623 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:33170146-6dd2-40a4-9a3c-5664d43758fe for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 513/1026] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:46:55 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 38 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:46:55.860 8 INFO nova.api.openstack.compute.server_external_events [req-2c56dd64-8b42-413a-b291-05eedbb9e820 req-ca0c5ece-5a15-4fbb-b449-d0548db79afe 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:33170146-6dd2-40a4-9a3c-5664d43758fe for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 8|app: 0|req: 515/1029] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:46:55 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 40 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:46:57.489 7 INFO nova.api.openstack.compute.server_external_events [req-490ac974-9719-4d1e-8321-72523622367c req-1c162e88-f19c-48c4-bbb0-548680c311b5 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:33170146-6dd2-40a4-9a3c-5664d43758fe for instance ba2759c1-ff1e-453a-bc43-d4ae1f68fc4b on instance [pid: 7|app: 0|req: 515/1030] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:46:57 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:47:00.705 8 INFO nova.api.openstack.compute.server_external_events [req-1f9c5a76-624e-47fd-9031-7541361b6cb4 req-107fb4df-221e-4052-9c80-66edf0d012af 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:f008de06-74a3-4831-997b-fdb8651ada75 for instance 7da0633c-2551-4740-be94-6d2e63baf89f on instance [pid: 8|app: 0|req: 516/1031] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:47:00 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 45 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1032] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:47:00 2026] DELETE /v2.1/servers/7da0633c-2551-4740-be94-6d2e63baf89f => generated 0 bytes in 191 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 517/1033] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:47:00 2026] GET /v2.1/servers/7da0633c-2551-4740-be94-6d2e63baf89f => generated 1944 bytes in 296 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:47:01.727 7 INFO nova.api.openstack.compute.server_external_events [req-80018f0d-a7fb-4a1b-8334-4dd1079b8219 req-588d520f-1a58-4150-872b-5e66fd0c6252 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:f008de06-74a3-4831-997b-fdb8651ada75 for instance 7da0633c-2551-4740-be94-6d2e63baf89f on instance [pid: 7|app: 0|req: 517/1034] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:47:01 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 33 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:47:02.761 8 INFO nova.api.openstack.compute.server_external_events [req-3e13d236-7703-444b-a6a2-b70ce4ea0af4 req-a57ebc11-8686-4e58-9dc2-3090acdac763 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:f008de06-74a3-4831-997b-fdb8651ada75 for instance 7da0633c-2551-4740-be94-6d2e63baf89f on instance 2026-09-19 11:47:02.762 8 INFO nova.api.openstack.compute.server_external_events [req-3e13d236-7703-444b-a6a2-b70ce4ea0af4 req-a57ebc11-8686-4e58-9dc2-3090acdac763 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:f008de06-74a3-4831-997b-fdb8651ada75 for instance 7da0633c-2551-4740-be94-6d2e63baf89f on instance [pid: 8|app: 0|req: 518/1035] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:47:02 2026] POST /v2.1/os-server-external-events => generated 358 bytes in 39 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:47:06.246 7 INFO nova.api.openstack.wsgi [None req-fd9cea23-262a-4ebc-98f7-f6da9ef196eb 30747b1d97544a7baf24f737488cfbee 40dbbc273d8043999822a0296babeb4a - - default default] HTTP exception thrown: Instance 7da0633c-2551-4740-be94-6d2e63baf89f could not be found. [pid: 7|app: 0|req: 519/1038] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:47:06 2026] GET /v2.1/servers/7da0633c-2551-4740-be94-6d2e63baf89f => generated 111 bytes in 37 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:47:06.794 8 INFO nova.api.openstack.compute.server_external_events [req-8d5d0c79-562a-4288-961e-22d35f542acb req-bc0eccd5-a182-423e-8627-554a7ea25015 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-changed:d5654f43-dca9-4d92-9fd6-6c026667409a for instance 6ef4331e-6e3b-42b3-979b-19c328956d93 on instance [pid: 8|app: 0|req: 520/1039] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:47:06 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 30 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 520/1040] 10.0.0.113 () {32 vars in 718 bytes} [Sat Sep 19 11:47:06 2026] DELETE /v2.1/servers/6ef4331e-6e3b-42b3-979b-19c328956d93 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 9 headers in 363 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 521/1041] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:47:06 2026] GET /v2.1/servers/6ef4331e-6e3b-42b3-979b-19c328956d93 => generated 1943 bytes in 489 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:47:07.478 7 INFO nova.api.openstack.compute.server_external_events [req-058d5057-857b-48c7-8e99-78d88d8e116b req-8753f937-7845-4919-b69e-3eb31a515b45 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:d5654f43-dca9-4d92-9fd6-6c026667409a for instance 6ef4331e-6e3b-42b3-979b-19c328956d93 on instance [pid: 7|app: 0|req: 521/1042] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:47:07 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 48 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:47:09.532 8 INFO nova.api.openstack.compute.server_external_events [req-03da695c-bad9-4c83-bc52-8cc42786eb21 req-2e57dd0a-cca1-45a5-ae35-ec0687c936c0 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-unplugged:d5654f43-dca9-4d92-9fd6-6c026667409a for instance 6ef4331e-6e3b-42b3-979b-19c328956d93 on instance 2026-09-19 11:47:09.533 8 INFO nova.api.openstack.compute.server_external_events [req-03da695c-bad9-4c83-bc52-8cc42786eb21 req-2e57dd0a-cca1-45a5-ae35-ec0687c936c0 3e149b8b6fe44c8cb7c2b3ebee7ca26e eb8461a73fb74239bb27be2cd486916f - - 832f01e90ff34a56a029ca215b5513e9 832f01e90ff34a56a029ca215b5513e9] Creating event network-vif-deleted:d5654f43-dca9-4d92-9fd6-6c026667409a for instance 6ef4331e-6e3b-42b3-979b-19c328956d93 on instance [pid: 8|app: 0|req: 522/1043] 10.0.0.65 () {38 vars in 814 bytes} [Sat Sep 19 11:47:09 2026] POST /v2.1/os-server-external-events => generated 356 bytes in 38 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:47:12.485 7 INFO nova.api.openstack.wsgi [None req-a67006d7-4170-485c-a5e1-92bfc86eefd6 30747b1d97544a7baf24f737488cfbee 40dbbc273d8043999822a0296babeb4a - - default default] HTTP exception thrown: Instance 6ef4331e-6e3b-42b3-979b-19c328956d93 could not be found. [pid: 7|app: 0|req: 522/1044] 10.0.0.113 () {32 vars in 715 bytes} [Sat Sep 19 11:47:12 2026] GET /v2.1/servers/6ef4331e-6e3b-42b3-979b-19c328956d93 => generated 111 bytes in 29 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 523/1045] 10.0.0.113 () {32 vars in 726 bytes} [Sat Sep 19 11:47:14 2026] DELETE /v2.1/os-keypairs/tempest-lb_member_keypair-1502856726 => generated 0 bytes in 28 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-19 11:47:14.679 7 INFO nova.api.openstack.wsgi [None req-1646cee7-59db-4326-b6b5-1229dc8572f0 30747b1d97544a7baf24f737488cfbee 40dbbc273d8043999822a0296babeb4a - - default default] HTTP exception thrown: Keypair tempest-lb_member_keypair-1502856726 not found for user 30747b1d97544a7baf24f737488cfbee [pid: 7|app: 0|req: 523/1046] 10.0.0.113 () {32 vars in 723 bytes} [Sat Sep 19 11:47:14 2026] GET /v2.1/os-keypairs/tempest-lb_member_keypair-1502856726 => generated 142 bytes in 19 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1051] 10.0.0.113 () {32 vars in 655 bytes} [Sat Sep 19 11:47:33 2026] GET /v2.1/flavors/detail => generated 2534 bytes in 165 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1052] 10.0.0.113 () {32 vars in 641 bytes} [Sat Sep 19 11:47:33 2026] GET /v2.1/servers => generated 15 bytes in 51 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2026-09-19 11:47:34.041 8 WARNING oslo_db.sqlalchemy.utils [None req-a971a747-cf66-4716-806f-25b52f7a654d 55d3e387e2124fecabb49948042c378c bad18ff0bb264b5887cb38b9faf07bd6 - - default default] Unique keys not in sort_keys. The sorting order may be unstable. [pid: 8|app: 0|req: 527/1053] 10.0.0.113 () {32 vars in 649 bytes} [Sat Sep 19 11:47:34 2026] GET /v2.1/os-keypairs => generated 530 bytes in 20 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1054] 10.0.0.113 () {32 vars in 694 bytes} [Sat Sep 19 11:47:34 2026] GET /v2.1/os-server-groups?all_projects=True => generated 21 bytes in 29 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1081] 10.0.0.84 () {28 vars in 454 bytes} [Sat Sep 19 11:49:44 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) 2026-09-19 11:49:44.482 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [9e5435c9-fae5-48bc-b580-785ca3e5298d] AMQP server on rabbitmq-nova.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-09-19 11:49:44.483 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Sat Sep 19 11:49:44 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.1 (ip 10.0.0.84) !!! [pid: 7|app: 0|req: 541/1082] 10.0.0.84 () {30 vars in 658 bytes} [Sat Sep 19 11:49:44 2026] GET /v2.1 => generated 0 bytes in 126 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) 2026-09-19 11:49:44.612 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [c3315e4f-ad00-452b-8ab9-0d238d97c978] AMQP server on rabbitmq-nova.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-09-19 11:49:44.615 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Sat Sep 19 11:49:44 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.1/ (ip 10.0.0.84) !!! [pid: 8|app: 0|req: 542/1083] 10.0.0.84 () {32 vars in 731 bytes} [Sat Sep 19 11:49:44 2026] GET /v2.1/ => generated 410 bytes in 20 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1084] 10.0.0.84 () {34 vars in 804 bytes} [Sat Sep 19 11:49:44 2026] GET /v2.1/servers/detail?all_tenants=True => generated 15 bytes in 109 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1085] 10.0.0.84 () {28 vars in 454 bytes} [Sat Sep 19 11:49:45 2026] GET /v2.1 => generated 114 bytes in 1 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1086] 10.0.0.84 () {30 vars in 658 bytes} [Sat Sep 19 11:49:45 2026] GET /v2.1 => generated 0 bytes in 72 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) [pid: 8|app: 0|req: 544/1087] 10.0.0.84 () {32 vars in 731 bytes} [Sat Sep 19 11:49:45 2026] GET /v2.1/ => generated 410 bytes in 14 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1088] 10.0.0.84 () {34 vars in 892 bytes} [Sat Sep 19 11:49:45 2026] GET /v2.1/servers/detail?project_id=b1e98ccc531348c2a64fc5fbef7e6408&all_tenants=True => generated 15 bytes in 102 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1089] 10.0.0.84 () {34 vars in 892 bytes} [Sat Sep 19 11:49:45 2026] GET /v2.1/servers/detail?project_id=bad18ff0bb264b5887cb38b9faf07bd6&all_tenants=True => generated 15 bytes in 141 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2026-09-19 11:49:45.568 7 INFO oslo.messaging._drivers.impl_rabbit [-] [9e5435c9-fae5-48bc-b580-785ca3e5298d] Reconnected to AMQP server on rabbitmq-nova.openstack.svc.cluster.local:5672 via [amqp] client with port 34606. [pid: 7|app: 0|req: 545/1090] 10.0.0.84 () {34 vars in 892 bytes} [Sat Sep 19 11:49:45 2026] GET /v2.1/servers/detail?project_id=eb8461a73fb74239bb27be2cd486916f&all_tenants=True => generated 15 bytes in 85 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0)