+ 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 [Wed Jun 3 08:01:05 2026] *** compiled with version: 11.4.0 on 03 June 2026 01:49:29 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: nova-api-osapi-8f7fdc966-m5b9l 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 0x5570b3238610 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: 8, cores: 1) spawned uWSGI worker 2 (pid: 9, 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-06-03 08:01:10.009 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-06-03 08:01:10.213 9 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-06-03 08:01:10.659 8 WARNING keystonemiddleware._common.config [None req-5dbfe34e-60b1-416b-aa71-f0c41a514fb9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-03 08:01:10.669 8 WARNING oslo_config.cfg [None req-5dbfe34e-60b1-416b-aa71-f0c41a514fb9 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-03 08:01:10.766 8 WARNING keystonemiddleware._common.config [None req-5dbfe34e-60b1-416b-aa71-f0c41a514fb9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-03 08:01:10.770 9 WARNING keystonemiddleware._common.config [None req-06447d87-6b35-4a49-add5-0afe0de4443a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x5570b3238610 pid: 8 (default app) 2026-06-03 08:01:10.779 9 WARNING oslo_config.cfg [None req-06447d87-6b35-4a49-add5-0afe0de4443a - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-03 08:01:10.875 9 WARNING keystonemiddleware._common.config [None req-06447d87-6b35-4a49-add5-0afe0de4443a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x5570b3238610 pid: 9 (default app) [pid: 9|app: 0|req: 2/3] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:01:25 2026] GET /v2.1 => generated 114 bytes in 12 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 9|app: 0|req: 3/4] 10.0.0.73 () {28 vars in 452 bytes} [Wed Jun 3 08:01:25 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-06-03 08:01:25.569 8 WARNING oslo_policy.policy [None req-c02576d2-ecb7-493b-a35b-85cc18b03d08 b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - 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-06-03 08:01:25.570 8 WARNING oslo_policy.policy [None req-c02576d2-ecb7-493b-a35b-85cc18b03d08 b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - 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. /var/lib/openstack/lib/python3.10/site-packages/pycadf/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-06-03 08:01:25.824 9 WARNING oslo_policy.policy [None req-e5f728fb-af79-444c-9f68-5fcacbac99b6 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] 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-06-03 08:01:25.824 9 WARNING oslo_policy.policy [None req-e5f728fb-af79-444c-9f68-5fcacbac99b6 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] 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: 8|app: 0|req: 2/5] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:01:25 2026] GET /v2.1 => generated 0 bytes in 694 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 3/6] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:01:25 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-06-03 08:01:25.855 8 INFO nova.api.openstack.wsgi [None req-953fc934-3a17-468b-85cf-69af31a135e6 b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.tiny could not be found. [pid: 8|app: 0|req: 4/7] 199.19.213.184 () {48 vars in 1010 bytes} [Wed Jun 3 08:01:25 2026] GET /v2.1/flavors/m1.tiny => generated 80 bytes in 18 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:01:25 2026] GET /v2.1/flavors/detail?is_public=None => generated 15 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/9] 199.19.213.184 () {52 vars in 1047 bytes} [Wed Jun 3 08:01:25 2026] POST /v2.1/flavors => generated 529 bytes in 31 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 4/10] 10.0.0.73 () {30 vars in 656 bytes} [Wed Jun 3 08:01:25 2026] GET /v2.1 => generated 0 bytes in 712 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: 7/11] 10.0.0.73 () {32 vars in 729 bytes} [Wed Jun 3 08:01:26 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: 9|app: 0|req: 5/12] 10.0.0.73 () {34 vars in 763 bytes} [Wed Jun 3 08:01:26 2026] GET /v2.1/os-services => generated 16 bytes in 44 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/13] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:01:26 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: 9|app: 0|req: 6/14] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:01:26 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: 9/15] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:01:26 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-06-03 08:01:26.780 9 INFO nova.api.openstack.wsgi [None req-b2c801bf-1f32-4c94-bc6d-c61c27b1ddb3 b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.small could not be found. [pid: 9|app: 0|req: 7/16] 199.19.213.184 () {48 vars in 1012 bytes} [Wed Jun 3 08:01:26 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: 8|app: 0|req: 10/17] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:01:26 2026] GET /v2.1/flavors/detail?is_public=None => generated 532 bytes in 18 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 8/18] 199.19.213.184 () {52 vars in 1047 bytes} [Wed Jun 3 08:01:26 2026] POST /v2.1/flavors => generated 532 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/19] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:01:27 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: 9|app: 0|req: 9/20] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:01:27 2026] GET /v2.1 => generated 0 bytes in 41 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:01:27 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-06-03 08:01:27.764 9 INFO nova.api.openstack.wsgi [None req-d4237c66-b394-40dd-8d09-9328b4c123ab b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.medium could not be found. [pid: 9|app: 0|req: 10/22] 199.19.213.184 () {48 vars in 1014 bytes} [Wed Jun 3 08:01:27 2026] GET /v2.1/flavors/m1.medium => generated 82 bytes in 17 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:01:27 2026] GET /v2.1/flavors/detail?is_public=None => generated 1054 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 9|app: 0|req: 11/24] 199.19.213.184 () {52 vars in 1047 bytes} [Wed Jun 3 08:01:27 2026] POST /v2.1/flavors => generated 533 bytes in 27 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 13/27] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:01: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: 8|app: 0|req: 15/28] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:01:28 2026] GET /v2.1 => generated 0 bytes in 27 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 9|app: 0|req: 14/29] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:01:28 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-06-03 08:01:28.679 8 INFO nova.api.openstack.wsgi [None req-349ae7a2-32e5-47e4-91d5-9439605f3f6b b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.large could not be found. [pid: 8|app: 0|req: 16/30] 199.19.213.184 () {48 vars in 1012 bytes} [Wed Jun 3 08:01:28 2026] GET /v2.1/flavors/m1.large => generated 81 bytes in 13 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 9|app: 0|req: 15/31] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:01:28 2026] GET /v2.1/flavors/detail?is_public=None => generated 1577 bytes in 19 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/32] 199.19.213.184 () {52 vars in 1047 bytes} [Wed Jun 3 08:01:28 2026] POST /v2.1/flavors => generated 532 bytes in 34 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 16/33] 10.0.0.73 () {28 vars in 452 bytes} [Wed Jun 3 08:01:29 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: 8|app: 0|req: 18/34] 10.0.0.73 () {30 vars in 656 bytes} [Wed Jun 3 08:01:29 2026] GET /v2.1 => generated 0 bytes in 36 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: 9|app: 0|req: 17/35] 10.0.0.73 () {32 vars in 729 bytes} [Wed Jun 3 08:01:29 2026] GET /v2.1/ => generated 410 bytes in 7 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 19/36] 10.0.0.73 () {34 vars in 763 bytes} [Wed Jun 3 08:01:29 2026] GET /v2.1/os-services => generated 498 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 18/37] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:01:29 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: 20/38] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:01:29 2026] GET /v2.1 => generated 0 bytes in 51 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 9|app: 0|req: 19/39] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:01:29 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-06-03 08:01:29.658 8 INFO nova.api.openstack.wsgi [None req-d19529aa-6baf-4078-bea3-df1593180e5a b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.xlarge could not be found. [pid: 8|app: 0|req: 21/40] 199.19.213.184 () {48 vars in 1014 bytes} [Wed Jun 3 08:01:29 2026] GET /v2.1/flavors/m1.xlarge => generated 82 bytes in 15 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 9|app: 0|req: 20/41] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:01:29 2026] GET /v2.1/flavors/detail?is_public=None => generated 2099 bytes in 24 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/42] 199.19.213.184 () {52 vars in 1047 bytes} [Wed Jun 3 08:01:29 2026] POST /v2.1/flavors => generated 535 bytes in 20 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 21/43] 10.0.0.73 () {28 vars in 452 bytes} [Wed Jun 3 08:01:32 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: 8|app: 0|req: 23/44] 10.0.0.73 () {30 vars in 656 bytes} [Wed Jun 3 08:01:32 2026] GET /v2.1 => generated 0 bytes in 57 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) [pid: 9|app: 0|req: 22/45] 10.0.0.73 () {32 vars in 729 bytes} [Wed Jun 3 08:01:33 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: 8|app: 0|req: 24/46] 10.0.0.73 () {34 vars in 806 bytes} [Wed Jun 3 08:01:33 2026] GET /v2.1/os-services?binary=nova-conductor => generated 280 bytes in 28 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 23/47] 10.0.0.73 () {28 vars in 452 bytes} [Wed Jun 3 08:01:36 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: nova. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 25/48] 10.0.0.73 () {30 vars in 656 bytes} [Wed Jun 3 08:01:36 2026] GET /v2.1 => generated 0 bytes in 32 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) [pid: 9|app: 0|req: 24/49] 10.0.0.73 () {32 vars in 729 bytes} [Wed Jun 3 08:01:36 2026] GET /v2.1/ => generated 410 bytes in 7 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/50] 10.0.0.73 () {34 vars in 806 bytes} [Wed Jun 3 08:01:36 2026] GET /v2.1/os-services?binary=nova-scheduler => generated 280 bytes in 21 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/123] 10.0.0.98 () {28 vars in 452 bytes} [Wed Jun 3 08:07:37 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: 9|app: 0|req: 61/124] 10.0.0.98 () {30 vars in 656 bytes} [Wed Jun 3 08:07:37 2026] GET /v2.1 => generated 0 bytes in 112 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: 64/125] 10.0.0.98 () {32 vars in 729 bytes} [Wed Jun 3 08:07:37 2026] GET /v2.1/ => generated 410 bytes in 10 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 62/126] 10.0.0.98 () {34 vars in 802 bytes} [Wed Jun 3 08:07:37 2026] GET /v2.1/os-services?binary=nova-compute => generated 251 bytes in 46 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 75/151] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:09:34 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: 8|app: 0|req: 77/152] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:09:34 2026] GET /v2.1 => generated 0 bytes in 135 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: 9|app: 0|req: 76/153] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:09:34 2026] GET /v2.1/ => generated 399 bytes in 10 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-06-03 08:09:34.478 8 INFO nova.api.openstack.wsgi [None req-a4fb4126-4214-4996-9f35-5addd934b79f b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.amphora could not be found. [pid: 8|app: 0|req: 78/154] 199.19.213.184 () {48 vars in 1016 bytes} [Wed Jun 3 08:09:34 2026] GET /v2.1/flavors/m1.amphora => generated 83 bytes in 11 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 9|app: 0|req: 77/155] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:09:34 2026] GET /v2.1/flavors/detail?is_public=None => generated 2624 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/156] 199.19.213.184 () {52 vars in 1048 bytes} [Wed Jun 3 08:09:34 2026] POST /v2.1/flavors => generated 534 bytes in 26 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 87/175] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:11:00 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: 8|app: 0|req: 89/176] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:11:00 2026] GET /v2.1 => generated 0 bytes in 64 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 9|app: 0|req: 88/177] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:11:00 2026] GET /v2.1/ => generated 399 bytes in 10 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-06-03 08:11:00.919 8 INFO nova.api.openstack.wsgi [None req-b1b55d8a-a3ae-4ccc-9a45-f21a9dd2627e b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Keypair octavia-amphora-ssh-key not found for user b970f06b9f33496b8fe683e49ce9610d [pid: 8|app: 0|req: 90/178] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:11:00 2026] GET /v2.1/os-keypairs/octavia-amphora-ssh-key => generated 129 bytes in 20 msecs (HTTP/1.1 404) 9 headers in 381 bytes (1 switches on core 0) 2026-06-03 08:11:00.936 9 WARNING oslo_db.sqlalchemy.utils [None req-9e822c26-f3a4-4d39-9164-c2ab1598e18d b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] Unique keys not in sort_keys. The sorting order may be unstable. [pid: 9|app: 0|req: 89/179] 199.19.213.184 () {48 vars in 1015 bytes} [Wed Jun 3 08:11:00 2026] GET /v2.1/os-keypairs => generated 16 bytes in 18 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 91/180] 199.19.213.184 () {52 vars in 1056 bytes} [Wed Jun 3 08:11:00 2026] POST /v2.1/os-keypairs => generated 576 bytes in 51 msecs (HTTP/1.1 201) 9 headers in 364 bytes (1 switches on core 0) [pid: 9|app: 0|req: 90/181] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:11:04 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: 92/182] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:11:04 2026] GET /v2.1 => generated 0 bytes in 8 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 9|app: 0|req: 91/183] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:11:04 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: 93/184] 199.19.213.184 () {48 vars in 1072 bytes} [Wed Jun 3 08:11:04 2026] GET /v2.1/os-quota-sets/753e95a050e2441eb85e6629c84bcd4b => generated 283 bytes in 62 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 92/185] 199.19.213.184 () {52 vars in 1124 bytes} [Wed Jun 3 08:11:04 2026] PUT /v2.1/os-quota-sets/753e95a050e2441eb85e6629c84bcd4b => generated 238 bytes in 128 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/278] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:18:39 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: 9|app: 0|req: 139/279] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:18:39 2026] GET /v2.1 => generated 0 bytes in 148 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 141/280] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:18:39 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-06-03 08:18:39.544 9 INFO nova.api.openstack.wsgi [None req-a2968eef-e42c-4e74-8aed-9c706f0a692a b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.manila could not be found. [pid: 9|app: 0|req: 140/281] 199.19.213.184 () {48 vars in 1014 bytes} [Wed Jun 3 08:18:39 2026] GET /v2.1/flavors/m1.manila => generated 82 bytes in 8 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/282] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:18:39 2026] GET /v2.1/flavors/detail?is_public=None => generated 3148 bytes in 18 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 9|app: 0|req: 141/283] 199.19.213.184 () {52 vars in 1048 bytes} [Wed Jun 3 08:18:39 2026] POST /v2.1/flavors => generated 534 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/322] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:21:55 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: 9|app: 0|req: 161/323] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:21:55 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: 163/324] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:21:55 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: 9|app: 0|req: 162/325] 199.19.213.184 () {48 vars in 1072 bytes} [Wed Jun 3 08:21:55 2026] GET /v2.1/os-quota-sets/277774136090481eae41dc3120b0573c => generated 283 bytes in 182 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/326] 199.19.213.184 () {52 vars in 1124 bytes} [Wed Jun 3 08:21:56 2026] PUT /v2.1/os-quota-sets/277774136090481eae41dc3120b0573c => generated 238 bytes in 167 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 232/465] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:33:20 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: 8|app: 0|req: 234/466] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:33:20 2026] GET /v2.1 => generated 0 bytes in 129 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 9|app: 0|req: 233/467] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:33:20 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-06-03 08:33:20.297 8 INFO nova.api.openstack.wsgi [None req-86509cf8-da40-4e83-9c33-43541dc662a6 b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.tiny could not be found. [pid: 8|app: 0|req: 235/468] 199.19.213.184 () {48 vars in 1010 bytes} [Wed Jun 3 08:33:20 2026] GET /v2.1/flavors/m1.tiny => generated 80 bytes in 8 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 9|app: 0|req: 234/469] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:33:20 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 20 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/470] 199.19.213.184 () {48 vars in 1098 bytes} [Wed Jun 3 08:33:20 2026] GET /v2.1/flavors/c12c8c5e-3fd5-471b-8572-f03bb7fed768/os-extra_specs => generated 19 bytes in 12 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 235/471] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:33:21 2026] GET /v2.1 => generated 114 bytes in 4 msecs (HTTP/1.1 401) 6 headers in 319 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/472] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:33:21 2026] GET /v2.1 => generated 0 bytes in 39 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 9|app: 0|req: 236/473] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:33:21 2026] GET /v2.1/ => generated 399 bytes in 5 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-06-03 08:33:21.280 8 INFO nova.api.openstack.wsgi [None req-df0684f0-8a2a-4dff-a3c8-ac69078e8ffd b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.small could not be found. [pid: 8|app: 0|req: 238/474] 199.19.213.184 () {48 vars in 1012 bytes} [Wed Jun 3 08:33:21 2026] GET /v2.1/flavors/m1.small => generated 81 bytes in 13 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 9|app: 0|req: 237/475] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:33:21 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/476] 199.19.213.184 () {48 vars in 1098 bytes} [Wed Jun 3 08:33:21 2026] GET /v2.1/flavors/2e65aa8f-f8e1-44db-9322-1554818d22d4/os-extra_specs => generated 19 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 238/477] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:33:22 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: 240/478] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:33:22 2026] GET /v2.1 => generated 0 bytes in 34 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 9|app: 0|req: 239/479] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:33:22 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-06-03 08:33:22.274 8 INFO nova.api.openstack.wsgi [None req-b4a78182-a2e5-43b0-9c6c-64d759564197 b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.medium could not be found. [pid: 8|app: 0|req: 241/480] 199.19.213.184 () {48 vars in 1014 bytes} [Wed Jun 3 08:33:22 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: 9|app: 0|req: 240/481] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:33:22 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) [pid: 8|app: 0|req: 242/482] 199.19.213.184 () {48 vars in 1098 bytes} [Wed Jun 3 08:33:22 2026] GET /v2.1/flavors/4e339bfe-c308-4dab-9084-bb2534b15cc4/os-extra_specs => generated 19 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 241/483] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:33:23 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: 8|app: 0|req: 243/484] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:33:23 2026] GET /v2.1 => generated 0 bytes in 38 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 9|app: 0|req: 242/485] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:33:23 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-06-03 08:33:23.230 8 INFO nova.api.openstack.wsgi [None req-2419c3b2-1433-4eda-be59-213883158288 b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.large could not be found. [pid: 8|app: 0|req: 244/486] 199.19.213.184 () {48 vars in 1012 bytes} [Wed Jun 3 08:33:23 2026] GET /v2.1/flavors/m1.large => generated 81 bytes in 12 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 9|app: 0|req: 243/487] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:33:23 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/488] 199.19.213.184 () {48 vars in 1098 bytes} [Wed Jun 3 08:33:23 2026] GET /v2.1/flavors/e7157730-e260-4fde-9bc8-75c98f6bda5b/os-extra_specs => generated 19 bytes in 11 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 244/489] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:33:24 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: 246/490] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:33:24 2026] GET /v2.1 => generated 0 bytes in 36 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 9|app: 0|req: 245/491] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:33:24 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-06-03 08:33:24.159 8 INFO nova.api.openstack.wsgi [None req-adf51e9b-c573-40b0-baa3-d2cc233b0d1b b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.xlarge could not be found. [pid: 8|app: 0|req: 247/492] 199.19.213.184 () {48 vars in 1014 bytes} [Wed Jun 3 08:33:24 2026] GET /v2.1/flavors/m1.xlarge => generated 82 bytes in 11 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 9|app: 0|req: 246/493] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:33:24 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) [pid: 8|app: 0|req: 248/494] 199.19.213.184 () {48 vars in 1098 bytes} [Wed Jun 3 08:33:24 2026] GET /v2.1/flavors/5d002f70-2f42-467d-9bcc-b62bcf598422/os-extra_specs => generated 19 bytes in 14 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/509] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:34:31 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: 9|app: 0|req: 254/510] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:34:31 2026] GET /v2.1 => generated 0 bytes in 63 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 257/511] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:34:32 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-06-03 08:34:32.057 9 INFO nova.api.openstack.wsgi [None req-8f49d0e2-e9be-4099-8f8c-9c31ab1ae48e b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.amphora could not be found. [pid: 9|app: 0|req: 255/512] 199.19.213.184 () {48 vars in 1016 bytes} [Wed Jun 3 08:34:32 2026] GET /v2.1/flavors/m1.amphora => generated 83 bytes in 13 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/513] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:34:32 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) [pid: 9|app: 0|req: 256/514] 199.19.213.184 () {48 vars in 1098 bytes} [Wed Jun 3 08:34:32 2026] GET /v2.1/flavors/58461ed1-f047-43fa-ae0f-b8129aa7f575/os-extra_specs => generated 19 bytes in 13 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 258/517] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:34: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: 260/518] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:34:40 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: 9|app: 0|req: 259/519] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:34:40 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: 261/520] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:34:40 2026] GET /v2.1/os-keypairs/octavia-amphora-ssh-key => generated 687 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 9|app: 0|req: 260/521] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:34:43 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: 262/522] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:34:43 2026] GET /v2.1 => generated 0 bytes in 19 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 9|app: 0|req: 261/523] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:34:43 2026] GET /v2.1/ => generated 399 bytes in 4 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/524] 199.19.213.184 () {48 vars in 1072 bytes} [Wed Jun 3 08:34:43 2026] GET /v2.1/os-quota-sets/753e95a050e2441eb85e6629c84bcd4b => generated 280 bytes in 69 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/535] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:35:30 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: 9|app: 0|req: 267/536] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:35:30 2026] GET /v2.1 => generated 0 bytes in 44 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 270/537] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:35:31 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-06-03 08:35:31.068 9 INFO nova.api.openstack.wsgi [None req-c2570338-aea1-4025-b8c5-51f05c9239e1 b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.manila could not be found. [pid: 9|app: 0|req: 268/538] 199.19.213.184 () {48 vars in 1014 bytes} [Wed Jun 3 08:35:31 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: 271/539] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:35:31 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 20 msecs (HTTP/1.1 200) 9 headers in 360 bytes (1 switches on core 0) [pid: 9|app: 0|req: 269/540] 199.19.213.184 () {48 vars in 1098 bytes} [Wed Jun 3 08:35:31 2026] GET /v2.1/flavors/611a3b1a-2fbe-4c27-9c39-cf232521ef9b/os-extra_specs => generated 19 bytes in 11 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/543] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:35: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: 9|app: 0|req: 271/544] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:35:46 2026] GET /v2.1 => generated 0 bytes in 8 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 274/545] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:35:46 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: 9|app: 0|req: 272/546] 199.19.213.184 () {48 vars in 1072 bytes} [Wed Jun 3 08:35:46 2026] GET /v2.1/os-quota-sets/277774136090481eae41dc3120b0573c => generated 280 bytes in 79 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/557] 199.19.213.184 () {42 vars in 704 bytes} [Wed Jun 3 08:36:36 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: 9|app: 0|req: 278/558] 199.19.213.184 () {44 vars in 908 bytes} [Wed Jun 3 08:36:36 2026] GET /v2.1 => generated 0 bytes in 52 msecs (HTTP/1.1 302) 5 headers in 266 bytes (0 switches on core 0) [pid: 8|app: 0|req: 281/559] 199.19.213.184 () {46 vars in 981 bytes} [Wed Jun 3 08:36:36 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-06-03 08:36:36.530 9 INFO nova.api.openstack.wsgi [None req-bfbc5c0f-b73d-4821-9a92-47d88f33ced5 b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] HTTP exception thrown: Flavor m1.tiny could not be found. [pid: 9|app: 0|req: 279/560] 199.19.213.184 () {48 vars in 1010 bytes} [Wed Jun 3 08:36:36 2026] GET /v2.1/flavors/m1.tiny => generated 80 bytes in 12 msecs (HTTP/1.1 404) 9 headers in 380 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/561] 199.19.213.184 () {48 vars in 1050 bytes} [Wed Jun 3 08:36:36 2026] GET /v2.1/flavors/detail?is_public=None => generated 3672 bytes in 20 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: 9|app: 0|req: 284/570] 10.0.0.95 () {32 vars in 653 bytes} [Wed Jun 3 08:37:18 2026] GET /v2.1/flavors/detail => generated 2534 bytes in 143 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/573] 10.0.0.95 () {32 vars in 639 bytes} [Wed Jun 3 08:37:18 2026] GET /v2.1/servers => generated 15 bytes in 102 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2026-06-03 08:37:18.596 9 WARNING oslo_db.sqlalchemy.utils [None req-84b7458d-0755-44af-acb7-243ce64e023e b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] Unique keys not in sort_keys. The sorting order may be unstable. [pid: 9|app: 0|req: 286/574] 10.0.0.95 () {32 vars in 647 bytes} [Wed Jun 3 08:37:18 2026] GET /v2.1/os-keypairs => generated 530 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/575] 10.0.0.95 () {32 vars in 692 bytes} [Wed Jun 3 08:37:18 2026] GET /v2.1/os-server-groups?all_projects=True => generated 21 bytes in 19 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) [pid: 9|app: 0|req: 288/578] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:29 2026] GET /v2.1/flavors/c12c8c5e-3fd5-471b-8572-f03bb7fed768 => generated 511 bytes in 110 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/579] 10.0.0.95 () {32 vars in 639 bytes} [Wed Jun 3 08:37:29 2026] GET /v2.1/flavors => generated 1674 bytes in 24 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 289/580] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:29 2026] GET /v2.1/flavors/c12c8c5e-3fd5-471b-8572-f03bb7fed768 => generated 511 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/581] 10.0.0.95 () {34 vars in 683 bytes} [Wed Jun 3 08:37:36 2026] POST /v2.1/os-security-groups => generated 244 bytes in 1192 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/582] 10.0.0.95 () {34 vars in 669 bytes} [Wed Jun 3 08:37:38 2026] POST /v2.1/os-keypairs => generated 385 bytes in 82 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 290/585] 10.0.0.95 () {34 vars in 683 bytes} [Wed Jun 3 08:37:37 2026] POST /v2.1/os-security-groups => generated 241 bytes in 986 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/586] 10.0.0.95 () {34 vars in 683 bytes} [Wed Jun 3 08:37:38 2026] POST /v2.1/os-security-groups => generated 241 bytes in 342 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 291/587] 10.0.0.95 () {32 vars in 661 bytes} [Wed Jun 3 08:37:39 2026] GET /v2.1/os-security-groups => generated 1379 bytes in 219 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/588] 10.0.0.95 () {32 vars in 738 bytes} [Wed Jun 3 08:37:39 2026] DELETE /v2.1/os-security-groups/9be66371-e4c8-48ef-8990-a9ffa7653173 => generated 0 bytes in 316 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) 2026-06-03 08:37:39.641 9 INFO nova.api.openstack.wsgi [None req-2a7daee9-0e44-408c-a4cc-8e3efea21747 76933877b066457da0cb1d35ec3bbcce 99ed5e6f62c34998bd18ac7f370d9d7e - - default default] HTTP exception thrown: Security group 9be66371-e4c8-48ef-8990-a9ffa7653173 does not exist Neutron server returns request_ids: ['req-3e7aa672-c1fd-479d-9399-b254942afdb9'] [pid: 9|app: 0|req: 292/589] 10.0.0.95 () {32 vars in 735 bytes} [Wed Jun 3 08:37:39 2026] GET /v2.1/os-security-groups/9be66371-e4c8-48ef-8990-a9ffa7653173 => generated 194 bytes in 48 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/590] 10.0.0.95 () {32 vars in 738 bytes} [Wed Jun 3 08:37:39 2026] DELETE /v2.1/os-security-groups/fa3158c9-5b23-4a39-b59e-8637b3fea6ff => generated 0 bytes in 406 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) 2026-06-03 08:37:40.091 9 INFO nova.api.openstack.wsgi [None req-49a92302-8fd0-45fc-8d67-188bce016e53 76933877b066457da0cb1d35ec3bbcce 99ed5e6f62c34998bd18ac7f370d9d7e - - default default] HTTP exception thrown: Security group fa3158c9-5b23-4a39-b59e-8637b3fea6ff does not exist Neutron server returns request_ids: ['req-f053339b-3a73-44d7-b9c0-02df317ae402'] [pid: 9|app: 0|req: 293/591] 10.0.0.95 () {32 vars in 735 bytes} [Wed Jun 3 08:37:40 2026] GET /v2.1/os-security-groups/fa3158c9-5b23-4a39-b59e-8637b3fea6ff => generated 194 bytes in 32 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/592] 10.0.0.95 () {32 vars in 738 bytes} [Wed Jun 3 08:37:40 2026] DELETE /v2.1/os-security-groups/5ab1b323-8225-45c8-8412-ef3e40fce1f8 => generated 0 bytes in 304 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) 2026-06-03 08:37:40.449 9 INFO nova.api.openstack.wsgi [None req-1b3e93e3-b61b-443a-9dda-3eecb8bd3eac 76933877b066457da0cb1d35ec3bbcce 99ed5e6f62c34998bd18ac7f370d9d7e - - default default] HTTP exception thrown: Security group 5ab1b323-8225-45c8-8412-ef3e40fce1f8 does not exist Neutron server returns request_ids: ['req-bc881dfe-2cc2-411e-abb7-4e2509096651'] [pid: 9|app: 0|req: 294/593] 10.0.0.95 () {32 vars in 735 bytes} [Wed Jun 3 08:37:40 2026] GET /v2.1/os-security-groups/5ab1b323-8225-45c8-8412-ef3e40fce1f8 => generated 194 bytes in 44 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/594] 10.0.0.95 () {32 vars in 661 bytes} [Wed Jun 3 08:37:40 2026] GET /v2.1/os-security-groups => generated 707 bytes in 193 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2026-06-03 08:37:40.695 9 INFO nova.api.openstack.wsgi [None req-0162ac51-f25c-4ce5-81ae-25cece3deb53 76933877b066457da0cb1d35ec3bbcce 99ed5e6f62c34998bd18ac7f370d9d7e - - default default] HTTP exception thrown: Security group 5ab1b323-8225-45c8-8412-ef3e40fce1f8 does not exist Neutron server returns request_ids: ['req-6568ff46-d5cd-4055-a289-41c92f5c2eb3'] [pid: 9|app: 0|req: 295/595] 10.0.0.95 () {32 vars in 738 bytes} [Wed Jun 3 08:37:40 2026] DELETE /v2.1/os-security-groups/5ab1b323-8225-45c8-8412-ef3e40fce1f8 => generated 194 bytes in 32 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) 2026-06-03 08:37:40.743 8 INFO nova.api.openstack.wsgi [None req-e0c2a075-f2a4-48a4-a7fa-43ab6a1ed790 76933877b066457da0cb1d35ec3bbcce 99ed5e6f62c34998bd18ac7f370d9d7e - - default default] HTTP exception thrown: Security group fa3158c9-5b23-4a39-b59e-8637b3fea6ff does not exist Neutron server returns request_ids: ['req-a7d6a2a3-fa68-46e0-b70d-2281d8c16f8f'] [pid: 8|app: 0|req: 301/596] 10.0.0.95 () {32 vars in 738 bytes} [Wed Jun 3 08:37:40 2026] DELETE /v2.1/os-security-groups/fa3158c9-5b23-4a39-b59e-8637b3fea6ff => generated 194 bytes in 42 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) 2026-06-03 08:37:40.776 9 INFO nova.api.openstack.wsgi [None req-fd59e3aa-7abe-4a63-97a9-b5349c61af43 76933877b066457da0cb1d35ec3bbcce 99ed5e6f62c34998bd18ac7f370d9d7e - - default default] HTTP exception thrown: Security group 9be66371-e4c8-48ef-8990-a9ffa7653173 does not exist Neutron server returns request_ids: ['req-cd16ec20-eaed-4b61-997d-60f5135d4957'] [pid: 9|app: 0|req: 296/597] 10.0.0.95 () {32 vars in 738 bytes} [Wed Jun 3 08:37:40 2026] DELETE /v2.1/os-security-groups/9be66371-e4c8-48ef-8990-a9ffa7653173 => generated 194 bytes in 29 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/598] 10.0.0.95 () {34 vars in 683 bytes} [Wed Jun 3 08:37:41 2026] POST /v2.1/os-security-groups => generated 247 bytes in 394 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 297/599] 10.0.0.95 () {34 vars in 693 bytes} [Wed Jun 3 08:37:42 2026] POST /v2.1/os-security-group-rules => generated 232 bytes in 494 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/600] 10.0.0.95 () {34 vars in 683 bytes} [Wed Jun 3 08:37:42 2026] POST /v2.1/os-security-groups => generated 247 bytes in 340 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 298/601] 10.0.0.95 () {34 vars in 693 bytes} [Wed Jun 3 08:37:43 2026] POST /v2.1/os-security-group-rules => generated 232 bytes in 285 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/602] 10.0.0.95 () {34 vars in 693 bytes} [Wed Jun 3 08:37:43 2026] POST /v2.1/os-security-group-rules => generated 233 bytes in 387 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 299/603] 10.0.0.95 () {32 vars in 735 bytes} [Wed Jun 3 08:37:43 2026] GET /v2.1/os-security-groups/ef1a556e-96a2-4efe-b42c-0bb1a1426b0c => generated 664 bytes in 58 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/604] 10.0.0.95 () {32 vars in 748 bytes} [Wed Jun 3 08:37:43 2026] DELETE /v2.1/os-security-group-rules/770b621d-0bd3-499b-a6f3-45f44634b0e1 => generated 0 bytes in 273 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 9|app: 0|req: 300/605] 10.0.0.95 () {32 vars in 738 bytes} [Wed Jun 3 08:37:44 2026] DELETE /v2.1/os-security-groups/ef1a556e-96a2-4efe-b42c-0bb1a1426b0c => generated 0 bytes in 276 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/606] 10.0.0.95 () {32 vars in 738 bytes} [Wed Jun 3 08:37:44 2026] DELETE /v2.1/os-security-groups/ca1260a4-432c-46ef-843d-cb481f7a2778 => generated 0 bytes in 274 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 9|app: 0|req: 301/607] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:37:45 2026] POST /v2.1/servers => generated 451 bytes in 1440 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/608] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:46 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1253 bytes in 109 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: 9|app: 0|req: 302/609] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:47 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1369 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: 309/612] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:48 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1437 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, ' [pid: 9|app: 0|req: 304/613] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:50 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1437 bytes in 309 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-06-03 08:37:51.835 9 INFO nova.api.openstack.compute.server_external_events [req-b6973b04-cd77-4854-b296-1dbcc5c9e21e req-386ecf9d-7928-4376-b1a5-545e60f10ebc 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:5218a6db-0f20-4636-82d6-a91590951728 for instance adee0668-91b6-4cda-bfcf-ce54dd83de01 on instance 2026-06-03 08:37:51.841 9 INFO nova.compute.rpcapi [None req-95de9b55-adb4-4d96-a04c-7644d191811e - - - - - -] Automatically selected compute RPC version 6.3 from minimum service version 67 [pid: 9|app: 0|req: 305/614] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:37:51 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 86 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/615] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:51 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1425 bytes in 589 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: 9|app: 0|req: 306/616] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:53 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1425 bytes in 247 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: 311/617] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:54 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1425 bytes in 253 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-06-03 08:37:54.816 9 INFO nova.api.openstack.compute.server_external_events [req-9dce6f1d-3f71-4f30-b602-ce2dab36bed9 req-7e4ce672-3ce9-49d1-b827-a07f757d0b81 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:5218a6db-0f20-4636-82d6-a91590951728 for instance adee0668-91b6-4cda-bfcf-ce54dd83de01 on instance [pid: 9|app: 0|req: 307/618] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:37:54 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: 8|app: 0|req: 312/619] 10.0.0.95 () {34 vars in 669 bytes} [Wed Jun 3 08:37:55 2026] POST /v2.1/os-keypairs => generated 385 bytes in 126 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: 9|app: 0|req: 308/620] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:55 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1613 bytes in 189 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/621] 10.0.0.95 () {32 vars in 739 bytes} [Wed Jun 3 08:37:55 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01/os-interface => generated 285 bytes in 111 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-06-03 08:37:56.888 9 INFO nova.api.openstack.compute.server_external_events [req-0c0f2bcf-9792-4a51-972f-4cd9b84f51d5 req-8bd2746f-6f5c-4774-a5a2-0341db88a481 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:5218a6db-0f20-4636-82d6-a91590951728 for instance adee0668-91b6-4cda-bfcf-ce54dd83de01 on instance [pid: 9|app: 0|req: 309/622] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:37:56 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: 8|app: 0|req: 314/623] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:57 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1613 bytes in 236 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: 9|app: 0|req: 310/624] 10.0.0.95 () {32 vars in 639 bytes} [Wed Jun 3 08:37:57 2026] GET /v2.1/servers => generated 388 bytes in 165 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-06-03 08:37:58.306 8 INFO nova.compute.rpcapi [None req-3fc5c4c1-9068-4b49-b4af-bbe12a47c73d - - - - - -] Automatically selected compute RPC version 6.3 from minimum service version 67 [pid: 8|app: 0|req: 315/625] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:37:58 2026] DELETE /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 0 bytes in 255 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: 9|app: 0|req: 311/628] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:58 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1619 bytes in 209 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-06-03 08:37:59.092 9 INFO nova.api.openstack.compute.server_external_events [req-e6f3f448-4bcf-4f52-be96-dc3c145bf441 req-d7fc0dd6-10e3-472e-ba0f-ad2794cf3f30 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:5218a6db-0f20-4636-82d6-a91590951728 for instance adee0668-91b6-4cda-bfcf-ce54dd83de01 on instance 2026-06-03 08:37:59.092 9 INFO nova.api.openstack.compute.server_external_events [req-e6f3f448-4bcf-4f52-be96-dc3c145bf441 req-d7fc0dd6-10e3-472e-ba0f-ad2794cf3f30 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:5218a6db-0f20-4636-82d6-a91590951728 for instance adee0668-91b6-4cda-bfcf-ce54dd83de01 on instance [pid: 9|app: 0|req: 312/629] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:37:59 2026] POST /v2.1/os-server-external-events => generated 352 bytes in 29 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: 9|app: 0|req: 313/630] 10.0.0.95 () {34 vars in 669 bytes} [Wed Jun 3 08:37:59 2026] POST /v2.1/os-keypairs => generated 385 bytes in 192 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 314/631] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:37:59 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 1671 bytes in 90 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/632] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:37:58 2026] POST /v2.1/servers => generated 453 bytes in 1409 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: 9|app: 0|req: 315/633] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:00 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1431 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, ' 2026-06-03 08:38:00.920 8 INFO nova.api.openstack.wsgi [None req-c81c763f-5e7e-4c9f-9e7a-b4449c0cac56 5c173be088d84721a927a5053702b477 c2384ef4ec094344852108c7daa039ba - - default default] HTTP exception thrown: Instance adee0668-91b6-4cda-bfcf-ce54dd83de01 could not be found. [pid: 8|app: 0|req: 319/634] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:00 2026] GET /v2.1/servers/adee0668-91b6-4cda-bfcf-ce54dd83de01 => generated 111 bytes in 24 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: 9|app: 0|req: 316/635] 10.0.0.95 () {32 vars in 702 bytes} [Wed Jun 3 08:38:00 2026] DELETE /v2.1/os-keypairs/tempest-keypair-182724323 => generated 0 bytes in 50 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-06-03 08:38:01.132 8 INFO nova.api.openstack.compute.server_external_events [req-21a22758-c8a7-4f03-8951-9e3c31206347 req-0b546d67-f0dc-4674-b4ce-5ef7dd138a18 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:5218a6db-0f20-4636-82d6-a91590951728 for instance adee0668-91b6-4cda-bfcf-ce54dd83de01 on instance 2026-06-03 08:38:01.133 8 INFO nova.api.openstack.compute.server_external_events [req-21a22758-c8a7-4f03-8951-9e3c31206347 req-0b546d67-f0dc-4674-b4ce-5ef7dd138a18 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:5218a6db-0f20-4636-82d6-a91590951728 for instance adee0668-91b6-4cda-bfcf-ce54dd83de01 on instance [pid: 8|app: 0|req: 320/636] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:01 2026] POST /v2.1/os-server-external-events => generated 356 bytes in 32 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 317/637] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:01 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1483 bytes in 101 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: 9|app: 0|req: 318/638] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:02 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1557 bytes in 485 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/639] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:38:02 2026] POST /v2.1/servers => generated 449 bytes in 1144 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: 9|app: 0|req: 319/640] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:03 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 1399 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, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/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: 322/641] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:03 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1557 bytes in 218 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2026-06-03 08:38:04.120 9 INFO nova.api.openstack.compute.server_external_events [req-1b4312b2-0790-4df2-87e7-1a98a2a90bf7 req-9b693e57-9846-40b7-ac03-b94557586235 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:8916c8ec-5764-41a6-be42-6ff36c5789c3 for instance e1f77dc1-dc0f-455a-b4cd-1f50da1b126c on instance [pid: 9|app: 0|req: 320/642] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:04 2026] POST /v2.1/os-server-external-events => generated 179 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, ' [pid: 8|app: 0|req: 323/643] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:04 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 1395 bytes in 94 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: 9|app: 0|req: 321/644] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:05 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1557 bytes in 294 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: 324/645] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:05 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 1524 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, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/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: 9|app: 0|req: 322/646] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:06 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1557 bytes in 406 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/647] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:06 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 1524 bytes in 216 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-06-03 08:38:07.034 9 INFO nova.api.openstack.compute.server_external_events [req-98d9feba-7842-43dc-8c16-91d68cd8fdcf req-89516466-4e94-4cca-a57c-768c90b51e48 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:30c6f9e9-cf87-4b27-9d4a-845fbb9be622 for instance cf4c0e5d-9681-4cfb-b361-3868286534f2 on instance [pid: 9|app: 0|req: 323/648] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:07 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, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/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: 326/649] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:07 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1557 bytes in 199 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 324/650] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:07 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 1524 bytes in 261 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-06-03 08:38:08.726 8 INFO nova.api.openstack.compute.server_external_events [req-b7347ed0-fb8b-4a0e-b690-94c1795979ac req-7b8af89b-a143-4930-9e34-4bc4ff0d711c 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:30c6f9e9-cf87-4b27-9d4a-845fbb9be622 for instance cf4c0e5d-9681-4cfb-b361-3868286534f2 on instance [pid: 8|app: 0|req: 328/653] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:08 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 132 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-06-03 08:38:09.076 9 INFO nova.api.openstack.compute.server_external_events [req-7e05d44d-e896-4d1f-9dd5-8e6391e99adb req-f8ab2cc7-0d6a-4233-93dd-8c5e0b392ce7 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:8916c8ec-5764-41a6-be42-6ff36c5789c3 for instance e1f77dc1-dc0f-455a-b4cd-1f50da1b126c on instance 2026-06-03 08:38:09.077 9 INFO nova.api.openstack.compute.server_external_events [req-7e05d44d-e896-4d1f-9dd5-8e6391e99adb req-f8ab2cc7-0d6a-4233-93dd-8c5e0b392ce7 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:8916c8ec-5764-41a6-be42-6ff36c5789c3 for instance e1f77dc1-dc0f-455a-b4cd-1f50da1b126c on instance [pid: 9|app: 0|req: 326/654] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:09 2026] POST /v2.1/os-server-external-events => generated 354 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: 8|app: 0|req: 329/655] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:09 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1557 bytes in 171 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: 9|app: 0|req: 327/656] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:09 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 1715 bytes in 185 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: 330/657] 10.0.0.95 () {32 vars in 739 bytes} [Wed Jun 3 08:38:09 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/os-interface => generated 285 bytes in 81 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: 9|app: 0|req: 328/658] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:10 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1740 bytes in 258 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: 331/659] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:10 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 1715 bytes in 146 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 329/660] 10.0.0.95 () {32 vars in 739 bytes} [Wed Jun 3 08:38:10 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c/os-interface => generated 285 bytes in 110 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-06-03 08:38:10.780 8 INFO nova.api.openstack.compute.server_external_events [req-5f96bf95-8c4e-477e-9093-888d1e0a0bf0 req-67162853-70a0-4296-9e88-b7a74cdf19d3 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:30c6f9e9-cf87-4b27-9d4a-845fbb9be622 for instance cf4c0e5d-9681-4cfb-b361-3868286534f2 on instance [pid: 8|app: 0|req: 332/661] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:10 2026] POST /v2.1/os-server-external-events => generated 183 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-06-03 08:38:11.120 9 INFO nova.api.openstack.compute.server_external_events [req-04691f85-2d69-4202-92da-b13cf787fbea req-767bf61c-37eb-4eae-aa08-880395b40245 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:30c6f9e9-cf87-4b27-9d4a-845fbb9be622 for instance cf4c0e5d-9681-4cfb-b361-3868286534f2 on instance [pid: 9|app: 0|req: 330/662] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:11 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, ' [pid: 8|app: 0|req: 333/663] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:12 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1740 bytes in 143 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: 9|app: 0|req: 331/664] 10.0.0.95 () {32 vars in 639 bytes} [Wed Jun 3 08:38:12 2026] GET /v2.1/servers => generated 384 bytes in 83 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: 334/665] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:38:12 2026] DELETE /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => 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: 9|app: 0|req: 332/666] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:12 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1746 bytes in 187 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-06-03 08:38:12.825 8 INFO nova.api.openstack.compute.server_external_events [req-00328f6c-6587-412a-bf97-1bc1269bb67e req-93fc47c2-fa95-4501-a116-c593bb86f812 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:8916c8ec-5764-41a6-be42-6ff36c5789c3 for instance e1f77dc1-dc0f-455a-b4cd-1f50da1b126c on instance [pid: 8|app: 0|req: 335/667] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:12 2026] POST /v2.1/os-server-external-events => generated 179 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-06-03 08:38:13.181 9 INFO nova.api.openstack.compute.server_external_events [req-d09c93e0-7214-495a-b77c-2de79331ad6b req-6727535e-da8f-4cd2-9e4a-01a8747ae8c5 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:8916c8ec-5764-41a6-be42-6ff36c5789c3 for instance e1f77dc1-dc0f-455a-b4cd-1f50da1b126c on instance 2026-06-03 08:38:13.182 9 INFO nova.api.openstack.compute.server_external_events [req-d09c93e0-7214-495a-b77c-2de79331ad6b req-6727535e-da8f-4cd2-9e4a-01a8747ae8c5 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:8916c8ec-5764-41a6-be42-6ff36c5789c3 for instance e1f77dc1-dc0f-455a-b4cd-1f50da1b126c on instance [pid: 9|app: 0|req: 333/668] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:13 2026] POST /v2.1/os-server-external-events => generated 358 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: 8|app: 0|req: 336/669] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:13 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 1866 bytes in 138 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-06-03 08:38:14.929 9 INFO nova.api.openstack.wsgi [None req-7e084289-f745-4b02-b120-9bd1c6d430e2 a7e361d5c8be4cf2bd566d515f85a663 50b3b1000d444ad5a53b9ae93e4adb34 - - default default] HTTP exception thrown: Instance e1f77dc1-dc0f-455a-b4cd-1f50da1b126c could not be found. [pid: 9|app: 0|req: 334/670] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:14 2026] GET /v2.1/servers/e1f77dc1-dc0f-455a-b4cd-1f50da1b126c => generated 111 bytes in 25 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: 337/671] 10.0.0.95 () {32 vars in 702 bytes} [Wed Jun 3 08:38:14 2026] DELETE /v2.1/os-keypairs/tempest-keypair-252540870 => generated 0 bytes in 21 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-06-03 08:38:15.232 9 INFO nova.api.openstack.compute.server_external_events [req-31a50e7f-21f1-4568-8cf6-8f9e2916b7af req-ea1c961a-7e9f-4c95-8c9d-e9994da22121 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:8916c8ec-5764-41a6-be42-6ff36c5789c3 for instance e1f77dc1-dc0f-455a-b4cd-1f50da1b126c on instance [pid: 9|app: 0|req: 335/672] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:15 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) [pid: 8|app: 0|req: 339/675] 10.0.0.95 () {34 vars in 669 bytes} [Wed Jun 3 08:38:18 2026] POST /v2.1/os-keypairs => generated 386 bytes in 149 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: 9|app: 0|req: 337/676] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:38:21 2026] POST /v2.1/servers => generated 452 bytes in 598 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/677] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:21 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1391 bytes in 82 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: 9|app: 0|req: 338/678] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:22 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1449 bytes in 75 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-06-03 08:38:23.917 8 INFO nova.api.openstack.compute.server_external_events [req-15f3554d-d9f9-4849-9936-37bc95e86884 req-9de30e08-c977-4955-8207-048fb7ad4038 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:c8a088c2-fff0-4c3b-be89-89f60389e3d7 for instance 2bb392e3-4daa-40b5-a57a-b06858976e1c on instance [pid: 8|app: 0|req: 341/679] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:23 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 29 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 339/680] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:23 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1516 bytes in 165 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: 342/681] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:25 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1516 bytes in 187 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-06-03 08:38:25.961 9 INFO nova.api.openstack.compute.server_external_events [req-0e357062-747a-492a-ab68-ce9bc1ac3f72 req-1f5a4fce-577d-4413-b7bd-559f4ee013bd 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:c8a088c2-fff0-4c3b-be89-89f60389e3d7 for instance 2bb392e3-4daa-40b5-a57a-b06858976e1c on instance 2026-06-03 08:38:25.961 9 INFO nova.api.openstack.compute.server_external_events [req-0e357062-747a-492a-ab68-ce9bc1ac3f72 req-1f5a4fce-577d-4413-b7bd-559f4ee013bd 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:c8a088c2-fff0-4c3b-be89-89f60389e3d7 for instance 2bb392e3-4daa-40b5-a57a-b06858976e1c on instance [pid: 9|app: 0|req: 340/682] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:25 2026] POST /v2.1/os-server-external-events => generated 354 bytes in 27 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: 343/683] 10.0.0.95 () {32 vars in 739 bytes} [Wed Jun 3 08:38:26 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/os-interface => generated 285 bytes in 167 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: 344/684] 10.0.0.95 () {32 vars in 813 bytes} [Wed Jun 3 08:38:26 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/os-interface/30c6f9e9-cf87-4b27-9d4a-845fbb9be622 => generated 282 bytes in 106 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: 345/685] 10.0.0.95 () {32 vars in 721 bytes} [Wed Jun 3 08:38:26 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/ips => generated 156 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: 9|app: 0|req: 341/686] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:26 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1699 bytes in 188 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/687] 10.0.0.95 () {34 vars in 748 bytes} [Wed Jun 3 08:38:26 2026] POST /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/action => generated 0 bytes in 45 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: 8|app: 0|req: 347/688] 10.0.0.95 () {32 vars in 721 bytes} [Wed Jun 3 08:38:26 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/ips => generated 156 bytes in 38 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 342/689] 10.0.0.95 () {32 vars in 739 bytes} [Wed Jun 3 08:38:26 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c/os-interface => generated 284 bytes in 138 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: 348/690] 10.0.0.95 () {32 vars in 721 bytes} [Wed Jun 3 08:38:27 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/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-06-03 08:38:28.195 9 INFO nova.api.openstack.compute.server_external_events [req-12afb2fa-03f5-4c45-a609-8ba8cffa11aa req-6f5597d9-5b1a-4c1f-b9dc-b5b7f6d401a9 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:30c6f9e9-cf87-4b27-9d4a-845fbb9be622 for instance cf4c0e5d-9681-4cfb-b361-3868286534f2 on instance [pid: 9|app: 0|req: 343/691] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:28 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, ' [pid: 8|app: 0|req: 350/694] 10.0.0.95 () {32 vars in 721 bytes} [Wed Jun 3 08:38:28 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/ips => generated 156 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: 9|app: 0|req: 345/695] 10.0.0.95 () {32 vars in 721 bytes} [Wed Jun 3 08:38:29 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/ips => generated 195 bytes in 61 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/696] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:29 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 1950 bytes in 159 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: 9|app: 0|req: 346/697] 10.0.0.95 () {34 vars in 748 bytes} [Wed Jun 3 08:38:29 2026] POST /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/action => generated 0 bytes in 31 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: 8|app: 0|req: 352/698] 10.0.0.95 () {32 vars in 721 bytes} [Wed Jun 3 08:38:29 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/ips => generated 195 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-06-03 08:38:30.233 9 INFO nova.api.openstack.compute.server_external_events [req-81720935-88c2-4749-ac1d-13265a6a1d19 req-f6a948b2-d45e-44ab-b805-57f6d39ebad9 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:c8a088c2-fff0-4c3b-be89-89f60389e3d7 for instance 2bb392e3-4daa-40b5-a57a-b06858976e1c on instance [pid: 9|app: 0|req: 347/699] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:30 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, ' [pid: 8|app: 0|req: 353/700] 10.0.0.95 () {32 vars in 721 bytes} [Wed Jun 3 08:38:31 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2/ips => generated 156 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, ' [pid: 9|app: 0|req: 348/701] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:38:31 2026] DELETE /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 0 bytes in 126 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: 354/702] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:31 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 1841 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-06-03 08:38:32.280 9 INFO nova.api.openstack.compute.server_external_events [req-5e0bde9a-8eb0-406d-a5da-d49845808334 req-fcd5bd5e-fe20-4f89-bccf-62856bd6a348 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:30c6f9e9-cf87-4b27-9d4a-845fbb9be622 for instance cf4c0e5d-9681-4cfb-b361-3868286534f2 on instance 2026-06-03 08:38:32.281 9 INFO nova.api.openstack.compute.server_external_events [req-5e0bde9a-8eb0-406d-a5da-d49845808334 req-fcd5bd5e-fe20-4f89-bccf-62856bd6a348 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:30c6f9e9-cf87-4b27-9d4a-845fbb9be622 for instance cf4c0e5d-9681-4cfb-b361-3868286534f2 on instance 2026-06-03 08:38:32.281 9 INFO nova.api.openstack.compute.server_external_events [req-5e0bde9a-8eb0-406d-a5da-d49845808334 req-fcd5bd5e-fe20-4f89-bccf-62856bd6a348 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:30c6f9e9-cf87-4b27-9d4a-845fbb9be622 for instance cf4c0e5d-9681-4cfb-b361-3868286534f2 on instance 2026-06-03 08:38:32.282 9 INFO nova.api.openstack.compute.server_external_events [req-5e0bde9a-8eb0-406d-a5da-d49845808334 req-fcd5bd5e-fe20-4f89-bccf-62856bd6a348 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:30c6f9e9-cf87-4b27-9d4a-845fbb9be622 for instance cf4c0e5d-9681-4cfb-b361-3868286534f2 on instance [pid: 9|app: 0|req: 349/703] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:32 2026] POST /v2.1/os-server-external-events => generated 696 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, ' [pid: 8|app: 0|req: 355/704] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:32 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 1485 bytes in 400 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-06-03 08:38:33.826 9 INFO nova.api.openstack.wsgi [None req-50850790-9657-4106-a44a-f426c329452d dd735a89b4d544b1a8c07ecf5daab929 8a0bb6b4cff2400e88ed3bd8c4e18268 - - default default] HTTP exception thrown: Instance cf4c0e5d-9681-4cfb-b361-3868286534f2 could not be found. [pid: 9|app: 0|req: 350/705] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:33 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 111 bytes in 27 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: 356/706] 10.0.0.95 () {32 vars in 702 bytes} [Wed Jun 3 08:38:33 2026] DELETE /v2.1/os-keypairs/tempest-keypair-820256283 => generated 0 bytes in 15 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-06-03 08:38:34.361 9 INFO nova.api.openstack.wsgi [None req-0f76c5ed-5254-49f7-8955-d937c09fbd7d dd735a89b4d544b1a8c07ecf5daab929 8a0bb6b4cff2400e88ed3bd8c4e18268 - - default default] HTTP exception thrown: Instance cf4c0e5d-9681-4cfb-b361-3868286534f2 could not be found. [pid: 9|app: 0|req: 351/707] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:38:34 2026] DELETE /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => generated 111 bytes in 32 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) 2026-06-03 08:38:34.402 8 INFO nova.api.openstack.wsgi [None req-bd5bd8f9-3216-49f1-9b53-4000a57ccd4e dd735a89b4d544b1a8c07ecf5daab929 8a0bb6b4cff2400e88ed3bd8c4e18268 - - default default] HTTP exception thrown: Instance cf4c0e5d-9681-4cfb-b361-3868286534f2 could not be found. [pid: 8|app: 0|req: 357/708] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:34 2026] GET /v2.1/servers/cf4c0e5d-9681-4cfb-b361-3868286534f2 => 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: 359/711] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:43 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1819 bytes in 268 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: 9|app: 0|req: 353/712] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:43 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1819 bytes in 188 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: 360/713] 10.0.0.95 () {34 vars in 748 bytes} [Wed Jun 3 08:38:44 2026] POST /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c/action => generated 0 bytes in 76 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: 9|app: 0|req: 354/714] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:44 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1821 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-06-03 08:38:45.533 8 INFO nova.api.openstack.compute.server_external_events [req-f8814bd8-a741-4751-9c1a-3b9ce3952521 req-cf35788f-a456-4bd6-8eba-9e3b83e7ac55 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:c8a088c2-fff0-4c3b-be89-89f60389e3d7 for instance 2bb392e3-4daa-40b5-a57a-b06858976e1c on instance [pid: 8|app: 0|req: 361/715] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:45 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 29 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: 9|app: 0|req: 355/716] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:45 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1826 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: 8|app: 0|req: 362/717] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:46 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1826 bytes in 372 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-06-03 08:38:47.582 9 INFO nova.api.openstack.compute.server_external_events [req-4556150a-f1c3-4764-bb1c-3f25784933bd req-fcc75be4-f8ce-4d38-86e8-e0324a1f2195 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:c8a088c2-fff0-4c3b-be89-89f60389e3d7 for instance 2bb392e3-4daa-40b5-a57a-b06858976e1c on instance 2026-06-03 08:38:47.582 9 INFO nova.api.openstack.compute.server_external_events [req-4556150a-f1c3-4764-bb1c-3f25784933bd req-fcc75be4-f8ce-4d38-86e8-e0324a1f2195 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:c8a088c2-fff0-4c3b-be89-89f60389e3d7 for instance 2bb392e3-4daa-40b5-a57a-b06858976e1c on instance 2026-06-03 08:38:47.583 9 INFO nova.api.openstack.compute.server_external_events [req-4556150a-f1c3-4764-bb1c-3f25784933bd req-fcc75be4-f8ce-4d38-86e8-e0324a1f2195 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:c8a088c2-fff0-4c3b-be89-89f60389e3d7 for instance 2bb392e3-4daa-40b5-a57a-b06858976e1c on instance [pid: 9|app: 0|req: 356/718] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:47 2026] POST /v2.1/os-server-external-events => generated 527 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: 8|app: 0|req: 363/721] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:48 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1819 bytes in 378 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: 9|app: 0|req: 359/722] 10.0.0.95 () {34 vars in 669 bytes} [Wed Jun 3 08:38:49 2026] POST /v2.1/os-keypairs => generated 386 bytes in 170 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: 364/723] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:38:51 2026] POST /v2.1/servers => generated 451 bytes in 598 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) [pid: 9|app: 0|req: 360/724] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:52 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 1423 bytes in 82 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: 365/725] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:53 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 1481 bytes in 95 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: 9|app: 0|req: 361/726] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:54 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 1549 bytes in 165 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-06-03 08:38:55.307 8 INFO nova.api.openstack.compute.server_external_events [req-58462a0c-dc3c-479e-831f-82a4b51957ff req-05866f79-a2d9-4fb8-b6d0-6bae99bc4d63 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:f4cc1586-284e-4632-9309-6cab4e1787f8 for instance 3e106aba-28c9-485d-88a3-5ec0a5b2e87a on instance [pid: 8|app: 0|req: 366/727] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:55 2026] POST /v2.1/os-server-external-events => generated 179 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, ' [pid: 9|app: 0|req: 362/728] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:55 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 1549 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: 367/729] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:56 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 1549 bytes in 161 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-06-03 08:38:57.358 9 INFO nova.api.openstack.compute.server_external_events [req-8eeac729-01ea-4fdb-9ec4-f566953cd478 req-397d5f5e-099e-415c-b1e3-b2fa1ad81c01 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:f4cc1586-284e-4632-9309-6cab4e1787f8 for instance 3e106aba-28c9-485d-88a3-5ec0a5b2e87a on instance 2026-06-03 08:38:57.358 9 INFO nova.api.openstack.compute.server_external_events [req-8eeac729-01ea-4fdb-9ec4-f566953cd478 req-397d5f5e-099e-415c-b1e3-b2fa1ad81c01 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:f4cc1586-284e-4632-9309-6cab4e1787f8 for instance 3e106aba-28c9-485d-88a3-5ec0a5b2e87a on instance [pid: 9|app: 0|req: 363/730] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:57 2026] POST /v2.1/os-server-external-events => generated 354 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, ' [pid: 8|app: 0|req: 368/731] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:57 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 1727 bytes in 290 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: 9|app: 0|req: 364/732] 10.0.0.95 () {32 vars in 739 bytes} [Wed Jun 3 08:38:58 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a/os-interface => generated 285 bytes in 78 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-06-03 08:38:59.530 8 INFO nova.api.openstack.compute.server_external_events [req-b4fb4a31-9cc3-45de-b44c-772a1226ea74 req-d355bf82-2b5a-4a63-93c9-be1aeb4fc52e 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:f4cc1586-284e-4632-9309-6cab4e1787f8 for instance 3e106aba-28c9-485d-88a3-5ec0a5b2e87a on instance [pid: 8|app: 0|req: 370/735] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:38:59 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) [pid: 9|app: 0|req: 366/736] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:59 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 1727 bytes in 148 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: 371/737] 10.0.0.95 () {32 vars in 639 bytes} [Wed Jun 3 08:38:59 2026] GET /v2.1/servers => generated 377 bytes in 131 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: 9|app: 0|req: 367/738] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:38:59 2026] DELETE /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 0 bytes in 164 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: 372/739] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:38:59 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 1733 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: 9|app: 0|req: 368/740] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:01 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 1853 bytes in 181 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-06-03 08:39:01.512 8 INFO nova.api.openstack.compute.server_external_events [req-dfcccc85-5af9-45d2-a4cc-366a30d17aaf req-15e9ac11-38bd-4103-913d-ff32ceb4afa4 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:f4cc1586-284e-4632-9309-6cab4e1787f8 for instance 3e106aba-28c9-485d-88a3-5ec0a5b2e87a on instance [pid: 8|app: 0|req: 373/741] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:39:01 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, ' 2026-06-03 08:39:01.590 9 INFO nova.api.openstack.compute.server_external_events [req-5d03d9d6-b518-4124-bd73-e11c37fe90a7 req-7599356d-8030-42bd-9ea7-1cf9b8274f6b 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:f4cc1586-284e-4632-9309-6cab4e1787f8 for instance 3e106aba-28c9-485d-88a3-5ec0a5b2e87a on instance 2026-06-03 08:39:01.590 9 INFO nova.api.openstack.compute.server_external_events [req-5d03d9d6-b518-4124-bd73-e11c37fe90a7 req-7599356d-8030-42bd-9ea7-1cf9b8274f6b 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:f4cc1586-284e-4632-9309-6cab4e1787f8 for instance 3e106aba-28c9-485d-88a3-5ec0a5b2e87a on instance [pid: 9|app: 0|req: 369/742] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:39:01 2026] POST /v2.1/os-server-external-events => generated 358 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-06-03 08:39:02.478 8 INFO nova.api.openstack.wsgi [None req-1c8f1799-55c1-4125-9d8e-013e6ec5c5d8 e5ad747946c6442289b982eb189f583a 59eda60bfd67406489643d78932aed67 - - default default] HTTP exception thrown: Instance 3e106aba-28c9-485d-88a3-5ec0a5b2e87a could not be found. [pid: 8|app: 0|req: 374/743] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:02 2026] GET /v2.1/servers/3e106aba-28c9-485d-88a3-5ec0a5b2e87a => generated 111 bytes in 26 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: 9|app: 0|req: 370/744] 10.0.0.95 () {32 vars in 704 bytes} [Wed Jun 3 08:39:02 2026] DELETE /v2.1/os-keypairs/tempest-keypair-1749934363 => generated 0 bytes in 20 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: 8|app: 0|req: 375/745] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:04 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1819 bytes in 304 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 371/746] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:39:04 2026] DELETE /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 0 bytes in 108 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: 376/747] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:04 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1825 bytes in 200 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: 9|app: 0|req: 372/748] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:05 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 1825 bytes in 273 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-06-03 08:39:06.054 8 INFO nova.api.openstack.compute.server_external_events [req-6e8ed5ce-a435-431f-9bec-85deee3f1549 req-811ce262-86e1-46b3-8925-727c6081033b 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:c8a088c2-fff0-4c3b-be89-89f60389e3d7 for instance 2bb392e3-4daa-40b5-a57a-b06858976e1c on instance [pid: 8|app: 0|req: 377/749] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:39:06 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 57 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-06-03 08:39:07.050 9 INFO nova.api.openstack.wsgi [None req-b0980dda-9c2e-43a5-a950-09a2e23217d1 380d5f52fe4248a4a89331b1402fd867 1f9aebeb75be4818abe23ff6153ab58c - - default default] HTTP exception thrown: Instance 2bb392e3-4daa-40b5-a57a-b06858976e1c could not be found. [pid: 9|app: 0|req: 373/750] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:07 2026] GET /v2.1/servers/2bb392e3-4daa-40b5-a57a-b06858976e1c => generated 111 bytes in 31 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: 378/751] 10.0.0.95 () {32 vars in 704 bytes} [Wed Jun 3 08:39:07 2026] DELETE /v2.1/os-keypairs/tempest-keypair-2071861635 => generated 0 bytes in 21 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: 9|app: 0|req: 375/756] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:39:18 2026] POST /v2.1/servers => generated 424 bytes in 710 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/757] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:18 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1371 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: 9|app: 0|req: 376/758] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:19 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1429 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: 383/759] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:20 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1471 bytes in 175 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-06-03 08:39:21.139 9 INFO nova.api.openstack.compute.server_external_events [req-646ea491-c5df-4117-84ee-b41d84dc5f67 req-f065db69-df31-4218-8d74-da15968cda62 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:71f6ea48-a613-4725-ba23-06fa5508c200 for instance f29cf99e-5142-4f28-872b-18171a492956 on instance [pid: 9|app: 0|req: 377/760] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:39:21 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 23 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: 384/761] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:22 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1471 bytes in 127 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: 9|app: 0|req: 378/762] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:23 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1471 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: 8|app: 0|req: 385/763] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:24 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1471 bytes in 184 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: 9|app: 0|req: 379/764] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:25 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1471 bytes in 149 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: 386/765] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:26 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1471 bytes in 159 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: 9|app: 0|req: 380/766] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:28 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1471 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-06-03 08:39:28.576 8 INFO nova.api.openstack.compute.server_external_events [req-8c03a98d-57fa-435f-990c-32c513609161 req-a7690d8f-bd4b-4c1e-aad3-edb3fdca7a0b 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:71f6ea48-a613-4725-ba23-06fa5508c200 for instance f29cf99e-5142-4f28-872b-18171a492956 on instance [pid: 8|app: 0|req: 388/769] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:39:28 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: 9|app: 0|req: 382/770] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:29 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1656 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: 389/771] 10.0.0.95 () {32 vars in 721 bytes} [Wed Jun 3 08:39:29 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956/ips => generated 109 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: 9|app: 0|req: 383/772] 10.0.0.95 () {32 vars in 721 bytes} [Wed Jun 3 08:39:29 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956/ips => generated 109 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: 8|app: 0|req: 390/773] 10.0.0.95 () {32 vars in 821 bytes} [Wed Jun 3 08:39:29 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956/ips/tempest-ServerAddressesTestJSON-950338283-network => generated 94 bytes in 42 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: 9|app: 0|req: 384/774] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:39:29 2026] DELETE /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 0 bytes in 114 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: 391/775] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:29 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => generated 1662 bytes in 274 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-06-03 08:39:30.614 9 INFO nova.api.openstack.compute.server_external_events [req-39088523-bad6-401a-9910-15b06d3b3949 req-af502769-db02-49b8-bf6b-d4b87a2761a2 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:71f6ea48-a613-4725-ba23-06fa5508c200 for instance f29cf99e-5142-4f28-872b-18171a492956 on instance 2026-06-03 08:39:30.614 9 INFO nova.api.openstack.compute.server_external_events [req-39088523-bad6-401a-9910-15b06d3b3949 req-af502769-db02-49b8-bf6b-d4b87a2761a2 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:71f6ea48-a613-4725-ba23-06fa5508c200 for instance f29cf99e-5142-4f28-872b-18171a492956 on instance 2026-06-03 08:39:30.615 9 INFO nova.api.openstack.compute.server_external_events [req-39088523-bad6-401a-9910-15b06d3b3949 req-af502769-db02-49b8-bf6b-d4b87a2761a2 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:71f6ea48-a613-4725-ba23-06fa5508c200 for instance f29cf99e-5142-4f28-872b-18171a492956 on instance [pid: 9|app: 0|req: 385/776] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:39:30 2026] POST /v2.1/os-server-external-events => generated 529 bytes in 29 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-06-03 08:39:31.150 8 INFO nova.api.openstack.wsgi [None req-91e2bf89-7a8d-43b8-b631-53643187616d f0225f6f58e648c6979aeec22f4b8cd4 76a6951d6637445f872b94d74b4d0e8e - - default default] HTTP exception thrown: Instance f29cf99e-5142-4f28-872b-18171a492956 could not be found. [pid: 8|app: 0|req: 392/777] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:39:31 2026] GET /v2.1/servers/f29cf99e-5142-4f28-872b-18171a492956 => 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, ' 2026-06-03 08:39:32.659 9 INFO nova.api.openstack.compute.server_external_events [req-f0bdd461-8e6b-4d83-a871-b7a33e7d9f87 req-64bdae76-53ae-43cc-835e-250b62df1b1a 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:71f6ea48-a613-4725-ba23-06fa5508c200 for instance f29cf99e-5142-4f28-872b-18171a492956 on instance [pid: 9|app: 0|req: 386/778] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:39:32 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) [pid: 8|app: 0|req: 393/779] 10.0.0.95 () {30 vars in 411 bytes} [Wed Jun 3 08:39:36 2026] GET / => generated 421 bytes in 1 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: 9|app: 0|req: 387/780] 10.0.0.95 () {28 vars in 558 bytes} [Wed Jun 3 08:39:36 2026] GET /v2/ => generated 401 bytes in 439 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: 394/781] 10.0.0.95 () {28 vars in 562 bytes} [Wed Jun 3 08:39:37 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: 9|app: 0|req: 388/782] 10.0.0.95 () {30 vars in 411 bytes} [Wed Jun 3 08:39:37 2026] GET / => generated 421 bytes in 0 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/787] 10.0.0.95 () {34 vars in 669 bytes} [Wed Jun 3 08:39:55 2026] POST /v2.1/os-keypairs => generated 396 bytes in 243 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 391/788] 10.0.0.95 () {34 vars in 669 bytes} [Wed Jun 3 08:39:57 2026] POST /v2.1/os-keypairs => generated 385 bytes in 50 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/791] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:39:59 2026] POST /v2.1/servers => generated 494 bytes in 838 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) [pid: 9|app: 0|req: 393/792] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:00 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1455 bytes in 85 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: 400/793] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:01 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1513 bytes in 95 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: 9|app: 0|req: 394/794] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:02 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1625 bytes in 470 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-06-03 08:40:03.773 8 INFO nova.api.openstack.compute.server_external_events [req-e2ee611f-65fc-44ae-b167-33eec89484a2 req-76d8494d-9d6f-4dd7-8250-2152f388c1ad 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:83432774-67ae-43f0-afd5-55212172ca59 for instance f04f410b-1d5f-4818-b6bb-5a9a29b945c2 on instance [pid: 8|app: 0|req: 401/795] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:03 2026] POST /v2.1/os-server-external-events => generated 179 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: 9|app: 0|req: 395/796] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:03 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1625 bytes in 518 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/797] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:05 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1625 bytes in 223 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: 9|app: 0|req: 396/798] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:06 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1625 bytes in 152 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: 403/799] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:40:07 2026] POST /v2.1/servers => generated 424 bytes in 541 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: 8|app: 0|req: 404/800] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:07 2026] GET /v2.1/servers/6fb13883-2d46-4ef4-9377-b42848e87ea2 => generated 1368 bytes in 55 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 397/801] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:07 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1625 bytes in 184 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: 406/804] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:08 2026] GET /v2.1/servers/6fb13883-2d46-4ef4-9377-b42848e87ea2 => generated 1426 bytes in 71 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: 9|app: 0|req: 399/805] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:08 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1625 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: 8|app: 0|req: 407/806] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:09 2026] GET /v2.1/servers/6fb13883-2d46-4ef4-9377-b42848e87ea2 => generated 1468 bytes in 195 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: 9|app: 0|req: 400/807] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:10 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1625 bytes in 284 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-06-03 08:40:10.570 8 INFO nova.api.openstack.compute.server_external_events [req-49d5b6f4-2fa2-426b-82ba-2fc68e6333d7 req-6c2a48c6-aa5c-4f22-b871-c96722939cd8 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b5faf00e-8e38-4037-a750-4bf33c499b5a for instance 6fb13883-2d46-4ef4-9377-b42848e87ea2 on instance [pid: 8|app: 0|req: 408/808] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:10 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, ' [pid: 9|app: 0|req: 401/809] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:11 2026] GET /v2.1/servers/6fb13883-2d46-4ef4-9377-b42848e87ea2 => generated 1468 bytes in 213 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-06-03 08:40:11.431 8 INFO nova.api.openstack.compute.server_external_events [req-9c0f0350-9b91-4384-a756-0cdeaedbdf3f req-b391a56f-9f22-4ce8-b869-dd194e626096 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:b5faf00e-8e38-4037-a750-4bf33c499b5a for instance 6fb13883-2d46-4ef4-9377-b42848e87ea2 on instance [pid: 8|app: 0|req: 409/810] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:11 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 54 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: 9|app: 0|req: 402/811] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:11 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1625 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, ' [pid: 8|app: 0|req: 410/812] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:12 2026] GET /v2.1/servers/6fb13883-2d46-4ef4-9377-b42848e87ea2 => generated 1648 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-06-03 08:40:12.620 9 INFO nova.api.openstack.compute.server_external_events [req-cef6a414-587b-457f-b8ce-676fc9838e63 req-0669f878-f1ca-4afb-9124-829436187fe0 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:83432774-67ae-43f0-afd5-55212172ca59 for instance f04f410b-1d5f-4818-b6bb-5a9a29b945c2 on instance 2026-06-03 08:40:12.620 9 INFO nova.api.openstack.compute.server_external_events [req-cef6a414-587b-457f-b8ce-676fc9838e63 req-0669f878-f1ca-4afb-9124-829436187fe0 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:83432774-67ae-43f0-afd5-55212172ca59 for instance f04f410b-1d5f-4818-b6bb-5a9a29b945c2 on instance [pid: 9|app: 0|req: 403/813] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:12 2026] POST /v2.1/os-server-external-events => generated 354 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, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/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: 9|app: 0|req: 404/814] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:40:12 2026] DELETE /v2.1/servers/6fb13883-2d46-4ef4-9377-b42848e87ea2 => generated 0 bytes in 108 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: 411/815] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:12 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1625 bytes in 505 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 405/816] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:13 2026] GET /v2.1/servers/6fb13883-2d46-4ef4-9377-b42848e87ea2 => generated 1654 bytes in 253 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-06-03 08:40:13.479 8 INFO nova.api.openstack.compute.server_external_events [req-6e9cb0fd-076d-4a60-b306-492f92b53ad5 req-d053c4f3-67c7-4df1-8f7f-a1436b656365 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:b5faf00e-8e38-4037-a750-4bf33c499b5a for instance 6fb13883-2d46-4ef4-9377-b42848e87ea2 on instance 2026-06-03 08:40:13.479 8 INFO nova.api.openstack.compute.server_external_events [req-6e9cb0fd-076d-4a60-b306-492f92b53ad5 req-d053c4f3-67c7-4df1-8f7f-a1436b656365 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:b5faf00e-8e38-4037-a750-4bf33c499b5a for instance 6fb13883-2d46-4ef4-9377-b42848e87ea2 on instance [pid: 8|app: 0|req: 412/817] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:13 2026] POST /v2.1/os-server-external-events => generated 356 bytes in 27 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-06-03 08:40:14.357 8 INFO nova.api.openstack.wsgi [None req-bd0dabfd-57c1-4357-8d48-6d6036fd5b54 e4a19b519cd648daba974caf83023d23 c9a10587705a46baa49ad640040c5fa4 - - default default] HTTP exception thrown: Instance 6fb13883-2d46-4ef4-9377-b42848e87ea2 could not be found. [pid: 8|app: 0|req: 413/818] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:14 2026] GET /v2.1/servers/6fb13883-2d46-4ef4-9377-b42848e87ea2 => generated 111 bytes in 36 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 9|app: 0|req: 406/819] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:14 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1804 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: 414/820] 10.0.0.95 () {32 vars in 739 bytes} [Wed Jun 3 08:40:14 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2/os-interface => generated 284 bytes in 89 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-06-03 08:40:14.685 9 INFO nova.api.openstack.compute.server_external_events [req-ee97595c-ab60-440e-9d59-37ee494b00b9 req-6bd518cd-8d9a-4d68-bb8e-88eaec940773 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:b5faf00e-8e38-4037-a750-4bf33c499b5a for instance 6fb13883-2d46-4ef4-9377-b42848e87ea2 on instance [pid: 9|app: 0|req: 407/821] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:14 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-06-03 08:40:15.538 8 INFO nova.api.openstack.compute.server_external_events [req-3ea950d3-cd28-47a9-83df-fe6aab1dfaaa req-e53002cd-1cd2-4130-bea7-902f61d56b97 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:b5faf00e-8e38-4037-a750-4bf33c499b5a for instance 6fb13883-2d46-4ef4-9377-b42848e87ea2 on instance [pid: 8|app: 0|req: 415/822] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:15 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, ' [pid: 9|app: 0|req: 408/823] 10.0.0.138 () {30 vars in 618 bytes} [Wed Jun 3 08:40:16 2026] GET /v2.1 => generated 0 bytes in 144 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: 416/824] 10.0.0.138 () {32 vars in 691 bytes} [Wed Jun 3 08:40:16 2026] GET /v2.1/ => generated 410 bytes in 10 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 409/825] 10.0.0.138 () {34 vars in 912 bytes} [Wed Jun 3 08:40:16 2026] GET /v2.1/os-simple-tenant-usage/452e3310b0a14553ba44e31a2c148be3?start=2026-06-02T00:00:00&end=2026-06-03T23:59:59 => generated 20 bytes in 168 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-06-03 08:40:16.745 8 INFO nova.api.openstack.compute.server_external_events [req-a783303f-d32f-4ad6-857b-153d8dc791a8 req-c67bc610-83b7-4979-a98d-2cdd7339f907 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:83432774-67ae-43f0-afd5-55212172ca59 for instance f04f410b-1d5f-4818-b6bb-5a9a29b945c2 on instance [pid: 8|app: 0|req: 417/826] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:16 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) [pid: 9|app: 0|req: 410/827] 10.0.0.138 () {30 vars in 653 bytes} [Wed Jun 3 08:40:16 2026] GET /v2.1/limits?reserved=1 => generated 511 bytes in 31 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 412/830] 10.0.0.138 () {30 vars in 618 bytes} [Wed Jun 3 08:40:19 2026] GET /v2.1 => generated 0 bytes in 224 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: 419/831] 10.0.0.138 () {32 vars in 691 bytes} [Wed Jun 3 08:40:19 2026] GET /v2.1/ => generated 410 bytes in 10 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 413/832] 10.0.0.138 () {34 vars in 912 bytes} [Wed Jun 3 08:40:19 2026] GET /v2.1/os-simple-tenant-usage/452e3310b0a14553ba44e31a2c148be3?start=2026-06-02T00:00:00&end=2026-06-03T23:59:59 => generated 20 bytes in 70 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/833] 10.0.0.138 () {30 vars in 653 bytes} [Wed Jun 3 08:40:19 2026] GET /v2.1/limits?reserved=1 => generated 511 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: 9|app: 0|req: 415/836] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:30 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1924 bytes in 198 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/837] 10.0.0.95 () {32 vars in 751 bytes} [Wed Jun 3 08:40:33 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2/os-server-password => generated 116 bytes in 29 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: 9|app: 0|req: 416/838] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:40:34 2026] DELETE /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 0 bytes in 242 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: 423/839] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:34 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1930 bytes in 253 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-06-03 08:40:35.243 9 INFO nova.api.openstack.compute.server_external_events [req-5e9ab1b8-646d-4cd5-9a02-8eed9e62b918 req-563ba21d-92ae-445e-b95e-70e8931d4071 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:83432774-67ae-43f0-afd5-55212172ca59 for instance f04f410b-1d5f-4818-b6bb-5a9a29b945c2 on instance [pid: 9|app: 0|req: 417/840] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:35 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, ' [pid: 8|app: 0|req: 424/841] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:36 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 1930 bytes in 485 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-06-03 08:40:37.286 9 INFO nova.api.openstack.compute.server_external_events [req-bdec4564-0650-4899-8e40-e30caf947d13 req-2dae6efc-0d76-4d00-a106-19cfa9358b5f 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:83432774-67ae-43f0-afd5-55212172ca59 for instance f04f410b-1d5f-4818-b6bb-5a9a29b945c2 on instance 2026-06-03 08:40:37.287 9 INFO nova.api.openstack.compute.server_external_events [req-bdec4564-0650-4899-8e40-e30caf947d13 req-2dae6efc-0d76-4d00-a106-19cfa9358b5f 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:83432774-67ae-43f0-afd5-55212172ca59 for instance f04f410b-1d5f-4818-b6bb-5a9a29b945c2 on instance [pid: 9|app: 0|req: 418/842] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:37 2026] POST /v2.1/os-server-external-events => generated 356 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-06-03 08:40:37.722 8 INFO nova.api.openstack.wsgi [None req-4802b313-62f0-4199-88fe-5d6760d3df96 97b00ae038f34721933035e0b395d9f7 f28356dd8755469fac537afe80363d17 - - default default] HTTP exception thrown: Instance f04f410b-1d5f-4818-b6bb-5a9a29b945c2 could not be found. [pid: 8|app: 0|req: 425/843] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:37 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 111 bytes in 31 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-06-03 08:40:37.752 9 INFO nova.api.openstack.wsgi [None req-b171b8ae-2c2f-41f6-a0ed-859a81475637 97b00ae038f34721933035e0b395d9f7 f28356dd8755469fac537afe80363d17 - - default default] HTTP exception thrown: Instance f04f410b-1d5f-4818-b6bb-5a9a29b945c2 could not be found. [pid: 9|app: 0|req: 419/844] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:40:37 2026] DELETE /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => 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-06-03 08:40:37.781 8 INFO nova.api.openstack.wsgi [None req-6c87458e-6c39-4fed-8cfe-0f188e27b4cc 97b00ae038f34721933035e0b395d9f7 f28356dd8755469fac537afe80363d17 - - default default] HTTP exception thrown: Instance f04f410b-1d5f-4818-b6bb-5a9a29b945c2 could not be found. [pid: 8|app: 0|req: 426/845] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:37 2026] GET /v2.1/servers/f04f410b-1d5f-4818-b6bb-5a9a29b945c2 => generated 111 bytes in 24 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: 9|app: 0|req: 420/846] 10.0.0.95 () {32 vars in 702 bytes} [Wed Jun 3 08:40:37 2026] DELETE /v2.1/os-keypairs/tempest-keypair-556746685 => generated 0 bytes in 18 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: 8|app: 0|req: 428/849] 10.0.0.95 () {32 vars in 724 bytes} [Wed Jun 3 08:40:39 2026] DELETE /v2.1/os-keypairs/tempest-TestServerBasicOps-340351650 => generated 0 bytes in 30 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 9|app: 0|req: 422/850] 10.0.0.95 () {34 vars in 669 bytes} [Wed Jun 3 08:40:41 2026] POST /v2.1/os-keypairs => generated 397 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/851] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:40:45 2026] POST /v2.1/servers => generated 449 bytes in 1237 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) [pid: 9|app: 0|req: 423/852] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:47 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1402 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: 430/853] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:48 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1460 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: 9|app: 0|req: 425/856] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:49 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1527 bytes in 189 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-06-03 08:40:49.953 8 INFO nova.api.openstack.compute.server_external_events [req-26a1ecda-48db-4564-b015-e56cb880ed82 req-b7e310fd-f339-42bf-bdd7-76f87f85ecd3 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:48cae96f-f536-433d-96f4-1cc0e3eb8d53 for instance 472d1bc3-8281-47d6-9988-652a49a9645e on instance [pid: 8|app: 0|req: 432/857] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:49 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 21 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: 9|app: 0|req: 426/858] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:50 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1527 bytes in 299 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: 433/859] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:51 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1527 bytes in 258 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: 9|app: 0|req: 427/860] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:53 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1527 bytes in 182 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/861] 10.0.0.95 () {34 vars in 669 bytes} [Wed Jun 3 08:40:53 2026] POST /v2.1/os-keypairs => generated 396 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: 9|app: 0|req: 428/862] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:54 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1527 bytes in 129 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/863] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:55 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1527 bytes in 170 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: 9|app: 0|req: 429/864] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:40:55 2026] POST /v2.1/servers => generated 447 bytes in 690 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: 436/865] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:56 2026] GET /v2.1/servers/4821a55f-7dac-4371-8c72-c855c158fdd5 => generated 1395 bytes in 57 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: 9|app: 0|req: 430/866] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:56 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1527 bytes in 133 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: 437/867] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:57 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1527 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, ' 2026-06-03 08:40:58.118 9 INFO nova.api.openstack.compute.server_external_events [req-33a606d1-702c-42fd-91d3-8d70d31a7bcb req-4b926037-a6c4-40f5-a640-05a1c73ab89e 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:48cae96f-f536-433d-96f4-1cc0e3eb8d53 for instance 472d1bc3-8281-47d6-9988-652a49a9645e on instance [pid: 9|app: 0|req: 431/868] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:58 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 29 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-06-03 08:40:59.062 8 INFO nova.api.openstack.compute.server_external_events [req-a5c319f9-8155-4387-a030-4ec1924567e2 req-18e4d183-af5d-4561-82fd-315a60614b73 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:4a4cf4d0-d0d2-480e-ab4a-d492c78ef9b1 for instance 4821a55f-7dac-4371-8c72-c855c158fdd5 on instance [pid: 8|app: 0|req: 439/871] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:40:59 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) [pid: 9|app: 0|req: 433/872] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:58 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1694 bytes in 195 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: 440/873] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:40:59 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1694 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, ' 2026-06-03 08:41:00.165 9 INFO nova.api.openstack.compute.server_external_events [req-63726e6f-b3c9-4f96-bb88-0e7686989b87 req-8b848d4f-8d43-4098-9300-9ccff22f4f6d 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:48cae96f-f536-433d-96f4-1cc0e3eb8d53 for instance 472d1bc3-8281-47d6-9988-652a49a9645e on instance [pid: 9|app: 0|req: 434/874] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:00 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, ' 2026-06-03 08:41:01.114 8 INFO nova.api.openstack.compute.server_external_events [req-cb45ccbb-9b31-45bd-84c7-51ba88bb5063 req-d680d3ae-8aea-42f9-9c72-09daecf71de1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:4a4cf4d0-d0d2-480e-ab4a-d492c78ef9b1 for instance 4821a55f-7dac-4371-8c72-c855c158fdd5 on instance 2026-06-03 08:41:01.114 8 INFO nova.api.openstack.compute.server_external_events [req-cb45ccbb-9b31-45bd-84c7-51ba88bb5063 req-d680d3ae-8aea-42f9-9c72-09daecf71de1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:4a4cf4d0-d0d2-480e-ab4a-d492c78ef9b1 for instance 4821a55f-7dac-4371-8c72-c855c158fdd5 on instance [pid: 8|app: 0|req: 441/875] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:01 2026] POST /v2.1/os-server-external-events => generated 354 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: 9|app: 0|req: 435/876] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:01 2026] GET /v2.1/servers/4821a55f-7dac-4371-8c72-c855c158fdd5 => generated 1815 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, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/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-06-03 08:41:03.162 9 INFO nova.api.openstack.compute.server_external_events [req-85b6ba6f-8d82-4784-a784-53f8b0d1311c req-94618472-0d9d-46ae-bd31-ee7ca015dde1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:48cae96f-f536-433d-96f4-1cc0e3eb8d53 for instance 472d1bc3-8281-47d6-9988-652a49a9645e on instance 2026-06-03 08:41:03.162 9 INFO nova.api.openstack.compute.server_external_events [req-85b6ba6f-8d82-4784-a784-53f8b0d1311c req-94618472-0d9d-46ae-bd31-ee7ca015dde1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:4a4cf4d0-d0d2-480e-ab4a-d492c78ef9b1 for instance 4821a55f-7dac-4371-8c72-c855c158fdd5 on instance [pid: 9|app: 0|req: 436/877] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:03 2026] POST /v2.1/os-server-external-events => generated 346 bytes in 33 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/878] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:41:03 2026] POST /v2.1/servers => generated 447 bytes in 1077 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: 9|app: 0|req: 437/879] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:04 2026] GET /v2.1/servers/0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 => generated 1394 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, ' 2026-06-03 08:41:06.365 8 INFO nova.api.openstack.compute.server_external_events [req-5d2218b0-5d90-4764-a09d-bcdf3101f0ae req-6a3d97dd-a06e-455f-9730-84a0505fa046 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b7286655-0330-4e70-9b4f-518b87d396bf for instance 0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 on instance [pid: 8|app: 0|req: 443/880] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41: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, ' 2026-06-03 08:41:07.194 9 INFO nova.api.openstack.compute.server_external_events [req-0e15a2a9-cd34-4689-9a9e-685cb474fba0 req-37982a24-42d3-487f-9aed-f0434d178a7e 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:b7286655-0330-4e70-9b4f-518b87d396bf for instance 0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 on instance [pid: 9|app: 0|req: 438/881] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:07 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-06-03 08:41:09.232 8 INFO nova.api.openstack.compute.server_external_events [req-96b6d4f3-2a51-41ce-899b-31892b351984 req-58360032-4856-46d2-9eb7-d086fdad0836 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:b7286655-0330-4e70-9b4f-518b87d396bf for instance 0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 on instance [pid: 8|app: 0|req: 445/884] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:09 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: 9|app: 0|req: 440/885] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:09 2026] GET /v2.1/servers/0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 => generated 1817 bytes in 224 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: 446/886] 10.0.0.95 () {34 vars in 748 bytes} [Wed Jun 3 08:41:09 2026] POST /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e/action => generated 31680 bytes in 191 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-06-03 08:41:11.277 9 INFO nova.api.openstack.compute.server_external_events [req-297013a9-0204-46cc-a6e7-8ca62dd01f2d req-88046f80-35a9-46da-a49a-bb98c0c52621 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b7286655-0330-4e70-9b4f-518b87d396bf for instance 0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 on instance [pid: 9|app: 0|req: 441/887] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:11 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, ' 2026-06-03 08:41:13.683 8 INFO nova.api.openstack.compute.server_external_events [req-7b1ba6ce-362f-4a60-a60c-f08b54e646a8 req-707530c4-2959-4818-829a-553248f3ae87 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:48cae96f-f536-433d-96f4-1cc0e3eb8d53 for instance 472d1bc3-8281-47d6-9988-652a49a9645e on instance [pid: 8|app: 0|req: 447/888] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:13 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: 9|app: 0|req: 442/889] 10.0.0.95 () {34 vars in 669 bytes} [Wed Jun 3 08:41:14 2026] POST /v2.1/os-keypairs => generated 398 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: 448/890] 10.0.0.95 () {34 vars in 661 bytes} [Wed Jun 3 08:41:16 2026] POST /v2.1/servers => generated 450 bytes in 863 msecs (HTTP/1.1 202) 10 headers in 473 bytes (1 switches on core 0) [pid: 9|app: 0|req: 443/891] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:17 2026] GET /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6 => generated 1403 bytes in 61 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: 450/894] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:18 2026] GET /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6 => generated 1461 bytes in 90 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: 9|app: 0|req: 445/895] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:19 2026] GET /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6 => generated 1529 bytes in 423 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-06-03 08:41:20.394 8 INFO nova.api.openstack.compute.server_external_events [req-8e7843c8-a2f2-4d3b-a669-8d68f797b178 req-b1720863-9dc7-4da8-821c-2b6cf57daa87 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:01062c14-a518-4088-90c9-0f81a3748277 for instance 5c3cba6e-0c43-4282-8376-cf17f13505f6 on instance [pid: 8|app: 0|req: 451/896] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:20 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-06-03 08:41:21.035 9 INFO nova.api.openstack.compute.server_external_events [req-415ec38b-1f37-4ebe-89ba-7d077fa47f11 req-4f7bd3b6-c843-490c-a817-ec7f6db12d58 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:01062c14-a518-4088-90c9-0f81a3748277 for instance 5c3cba6e-0c43-4282-8376-cf17f13505f6 on instance [pid: 9|app: 0|req: 446/897] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:21 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 29 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: 452/898] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:21 2026] GET /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6 => generated 1529 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: 9|app: 0|req: 447/899] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:22 2026] GET /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6 => generated 1696 bytes in 263 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: 453/900] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:22 2026] GET /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6 => generated 1696 bytes in 182 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-06-03 08:41:23.077 9 INFO nova.api.openstack.compute.server_external_events [req-ee04994a-51c3-4907-b3e0-b5c196a577af req-57c94dfb-12da-42fb-a2e3-4b5be65ee4f1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:01062c14-a518-4088-90c9-0f81a3748277 for instance 5c3cba6e-0c43-4282-8376-cf17f13505f6 on instance [pid: 9|app: 0|req: 448/901] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:23 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-06-03 08:41:23.941 8 INFO nova.api.openstack.compute.server_external_events [req-ae655cf8-695a-49c8-871c-6c8792adeca0 req-b2065f29-574e-459b-a549-7aa1b5d2cfd6 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:01062c14-a518-4088-90c9-0f81a3748277 for instance 5c3cba6e-0c43-4282-8376-cf17f13505f6 on instance [pid: 8|app: 0|req: 454/902] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:23 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, ' [pid: 9|app: 0|req: 450/905] 10.0.0.95 () {34 vars in 748 bytes} [Wed Jun 3 08:41:31 2026] POST /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6/action => generated 31848 bytes in 75 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: 456/906] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:41:34 2026] DELETE /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6 => generated 0 bytes in 230 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: 9|app: 0|req: 451/907] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:34 2026] GET /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6 => generated 1822 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, ' 2026-06-03 08:41:35.234 8 INFO nova.api.openstack.compute.server_external_events [req-21f4673a-e2fe-4a48-a3d4-a4857b02a7bd req-e0825738-5764-4ac8-9171-9b9bfd6be945 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:01062c14-a518-4088-90c9-0f81a3748277 for instance 5c3cba6e-0c43-4282-8376-cf17f13505f6 on instance [pid: 8|app: 0|req: 457/908] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:35 2026] POST /v2.1/os-server-external-events => generated 185 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, ' 2026-06-03 08:41:36.025 9 INFO nova.api.openstack.compute.server_external_events [req-0f1b8bc2-c417-4ff4-b628-342bbfcf413a req-dbb621e5-366b-49b2-b868-5a4ebcc8da51 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:01062c14-a518-4088-90c9-0f81a3748277 for instance 5c3cba6e-0c43-4282-8376-cf17f13505f6 on instance [pid: 9|app: 0|req: 452/909] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:35 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: 8|app: 0|req: 458/910] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:36 2026] GET /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6 => generated 1489 bytes in 89 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-06-03 08:41:37.278 8 INFO nova.api.openstack.compute.server_external_events [req-94fed0d7-38af-473c-910b-6094c2a30317 req-39e5bb96-3bbb-4e99-9a58-dfb1945a9208 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:01062c14-a518-4088-90c9-0f81a3748277 for instance 5c3cba6e-0c43-4282-8376-cf17f13505f6 on instance [pid: 8|app: 0|req: 459/911] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:37 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 25 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-06-03 08:41:37.301 8 INFO nova.api.openstack.wsgi [None req-4805416c-7bae-48b0-bab4-401ad24f70df bdb52fcd7a89427da1f741bdeb45c349 6f8362a47d0b470b8f414677a6cc6930 - - default default] HTTP exception thrown: Instance 5c3cba6e-0c43-4282-8376-cf17f13505f6 could not be found. [pid: 8|app: 0|req: 460/912] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:37 2026] GET /v2.1/servers/5c3cba6e-0c43-4282-8376-cf17f13505f6 => generated 111 bytes in 19 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: 461/913] 10.0.0.95 () {32 vars in 728 bytes} [Wed Jun 3 08:41:37 2026] DELETE /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1788538522 => generated 0 bytes in 21 msecs (HTTP/1.1 202) 9 headers in 361 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/914] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:41:37 2026] DELETE /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 0 bytes in 86 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: 9|app: 0|req: 453/915] 199.19.213.184 () {36 vars in 713 bytes} [Wed Jun 3 08:41:37 2026] POST /v2.1/servers => generated 453 bytes in 901 msecs (HTTP/1.1 202) 10 headers in 475 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/916] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:37 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1700 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, ' [pid: 9|app: 0|req: 454/917] 199.19.213.184 () {32 vars in 732 bytes} [Wed Jun 3 08:41:38 2026] GET /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883 => generated 2213 bytes in 58 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: 464/918] 199.19.213.184 () {32 vars in 758 bytes} [Wed Jun 3 08:41:38 2026] GET /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-interface => generated 28 bytes in 74 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: 9|app: 0|req: 456/921] 199.19.213.184 () {32 vars in 776 bytes} [Wed Jun 3 08:41:38 2026] GET /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-volume_attachments => generated 197 bytes in 68 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-06-03 08:41:38.844 8 INFO nova.api.openstack.compute.server_external_events [req-79094b0f-69fb-46e2-9213-3f941cba3076 req-8a69d754-f3bc-41e1-9049-6a858366d109 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:48cae96f-f536-433d-96f4-1cc0e3eb8d53 for instance 472d1bc3-8281-47d6-9988-652a49a9645e on instance [pid: 8|app: 0|req: 466/922] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:38 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, ' [pid: 9|app: 0|req: 457/923] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:39 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => generated 1488 bytes in 84 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-06-03 08:41:39.320 8 INFO nova.api.openstack.compute.server_external_events [req-644650da-c69f-4db6-a16b-b4996b13a264 req-46b1be7d-d6b6-415f-898b-fd4b5a2bdb56 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:48cae96f-f536-433d-96f4-1cc0e3eb8d53 for instance 472d1bc3-8281-47d6-9988-652a49a9645e on instance 2026-06-03 08:41:39.321 8 INFO nova.api.openstack.compute.server_external_events [req-644650da-c69f-4db6-a16b-b4996b13a264 req-46b1be7d-d6b6-415f-898b-fd4b5a2bdb56 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:48cae96f-f536-433d-96f4-1cc0e3eb8d53 for instance 472d1bc3-8281-47d6-9988-652a49a9645e on instance [pid: 8|app: 0|req: 467/924] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:39 2026] POST /v2.1/os-server-external-events => generated 358 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-06-03 08:41:40.291 9 INFO nova.api.openstack.wsgi [None req-d36b72f2-866a-433e-a64e-d762912dda8a bdb52fcd7a89427da1f741bdeb45c349 6f8362a47d0b470b8f414677a6cc6930 - - default default] HTTP exception thrown: Instance 472d1bc3-8281-47d6-9988-652a49a9645e could not be found. [pid: 9|app: 0|req: 458/925] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:41:40 2026] GET /v2.1/servers/472d1bc3-8281-47d6-9988-652a49a9645e => 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, ' [pid: 8|app: 0|req: 468/926] 10.0.0.95 () {32 vars in 726 bytes} [Wed Jun 3 08:41:40 2026] DELETE /v2.1/os-keypairs/tempest-TestNetworkBasicOps-892253839 => generated 0 bytes in 20 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-06-03 08:41:40.886 9 INFO nova.api.openstack.compute.server_external_events [req-8b16569b-51db-4b7d-9572-a3b289c96119 req-08b60f57-3c96-4d70-865e-204822e6cff2 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:3430faf7-b9e7-4497-b6af-3d7de1ee809a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 459/927] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:40 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) [pid: 8|app: 0|req: 469/928] 199.19.213.184 () {32 vars in 732 bytes} [Wed Jun 3 08:41:41 2026] GET /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883 => generated 2433 bytes in 170 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, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/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-06-03 08:41:41.364 8 INFO nova.api.openstack.compute.server_external_events [req-21a353d8-d353-486b-9551-bb9a0f068e8f req-93102d47-41bf-436a-a77f-23acadcdfec4 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:3430faf7-b9e7-4497-b6af-3d7de1ee809a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 470/929] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:41 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 29 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 9|app: 0|req: 460/930] 199.19.213.184 () {32 vars in 758 bytes} [Wed Jun 3 08:41:41 2026] GET /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-interface => generated 286 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: 8|app: 0|req: 471/931] 199.19.213.184 () {32 vars in 776 bytes} [Wed Jun 3 08:41:41 2026] GET /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-volume_attachments => generated 197 bytes in 73 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-06-03 08:41:43.541 9 INFO nova.api.openstack.compute.server_external_events [req-7ba1e08c-6aea-41d2-bd13-1c2ff2132f3e req-2b185126-d726-410d-8cb8-7a5822f7e512 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:3430faf7-b9e7-4497-b6af-3d7de1ee809a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 461/932] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:41:43 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: 8|app: 0|req: 472/933] 199.19.213.184 () {32 vars in 732 bytes} [Wed Jun 3 08:41:44 2026] GET /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883 => generated 2581 bytes in 166 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: 9|app: 0|req: 462/934] 199.19.213.184 () {32 vars in 758 bytes} [Wed Jun 3 08:41:44 2026] GET /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-interface => generated 286 bytes in 100 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: 473/935] 199.19.213.184 () {32 vars in 776 bytes} [Wed Jun 3 08:41:44 2026] GET /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-volume_attachments => generated 197 bytes in 43 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-06-03 08:42:19.987 8 INFO nova.api.openstack.compute.server_external_events [req-4e6514ba-d5b5-4afc-acbc-ee09f305477a req-f3ee1f9e-504e-4f31-9331-7a8a433f756b 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b0e2f0f1-4235-433e-898d-d69077e36c81 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 478/944] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:42:19 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) [pid: 9|app: 0|req: 467/945] 199.19.213.184 () {36 vars in 811 bytes} [Wed Jun 3 08:42:18 2026] POST /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-interface => generated 279 bytes in 2102 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-06-03 08:42:21.364 8 INFO nova.api.openstack.compute.server_external_events [req-98144ad3-9320-4775-891e-89eda7981341 req-7a497a5c-5855-4900-8dc5-55340983d590 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b0e2f0f1-4235-433e-898d-d69077e36c81 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 479/946] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:42:21 2026] POST /v2.1/os-server-external-events => generated 179 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-06-03 08:42:22.040 9 INFO nova.api.openstack.compute.server_external_events [req-950a92a1-bd57-4101-b4ed-2c0a660bafec req-08ec35d1-0e3b-40d5-beab-934e8be9355c 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:b0e2f0f1-4235-433e-898d-d69077e36c81 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance 2026-06-03 08:42:22.041 9 INFO nova.api.openstack.compute.server_external_events [req-950a92a1-bd57-4101-b4ed-2c0a660bafec req-08ec35d1-0e3b-40d5-beab-934e8be9355c 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:b0e2f0f1-4235-433e-898d-d69077e36c81 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 468/947] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:42:22 2026] POST /v2.1/os-server-external-events => generated 354 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-06-03 08:42:23.419 8 INFO nova.api.openstack.compute.server_external_events [req-028e0eae-63d2-4f03-ae41-17b8089a6b3d req-15450633-db7e-4af3-8c1c-fa5c5726bba6 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b0e2f0f1-4235-433e-898d-d69077e36c81 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 480/948] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:42:23 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 50 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-06-03 08:42:42.053 9 INFO nova.api.openstack.compute.server_external_events [req-f782f3e4-b500-4e45-a776-feaa88285f14 req-5de45c84-f261-44ef-ad8f-588dd184e27a 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b60a4e82-83eb-45a6-b7ad-7845630228b0 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 471/953] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:42:42 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-06-03 08:42:43.126 9 INFO nova.api.openstack.compute.server_external_events [req-956fa52b-f107-4bdc-92eb-265a8712ef07 req-5b8fe3d4-be5c-47ec-afa7-eb3ae6a5babf 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:b60a4e82-83eb-45a6-b7ad-7845630228b0 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 472/954] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:42:43 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: 483/955] 199.19.213.184 () {36 vars in 811 bytes} [Wed Jun 3 08:42:40 2026] POST /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-interface => generated 375 bytes in 3241 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-06-03 08:42:45.175 9 INFO nova.api.openstack.compute.server_external_events [req-4f9e7ec9-96c8-4963-9adb-249cc15a1bf9 req-c740cefd-8848-4120-b3e3-cb5086aca9d8 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:b60a4e82-83eb-45a6-b7ad-7845630228b0 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance 2026-06-03 08:42:45.175 9 INFO nova.api.openstack.compute.server_external_events [req-4f9e7ec9-96c8-4963-9adb-249cc15a1bf9 req-c740cefd-8848-4120-b3e3-cb5086aca9d8 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b60a4e82-83eb-45a6-b7ad-7845630228b0 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 473/956] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:42:45 2026] POST /v2.1/os-server-external-events => generated 350 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, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/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-06-03 08:42:56.628 9 INFO nova.api.openstack.compute.server_external_events [req-4ed07553-514a-43c4-a9ff-6634f968b1bb req-f5641348-b726-4118-9666-4cd9601b93ae 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b2762c14-038c-4af0-a2b2-35943e649c4a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 475/959] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:42:56 2026] POST /v2.1/os-server-external-events => generated 179 bytes in 23 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/960] 199.19.213.184 () {36 vars in 811 bytes} [Wed Jun 3 08:42:54 2026] POST /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-interface => generated 378 bytes in 3771 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-06-03 08:42:58.074 9 INFO nova.api.openstack.compute.server_external_events [req-babd3f4e-e422-4ff5-9c73-02a045d70e29 req-cfc87380-dccb-499c-8bd1-7d8d6717ae3a 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:b2762c14-038c-4af0-a2b2-35943e649c4a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 476/961] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:42:57 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 116 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-06-03 08:43:00.116 8 INFO nova.api.openstack.compute.server_external_events [req-b80a1040-bf8b-46b9-a86d-672452c09ec0 req-83de149a-1849-4bce-8607-73fbd9b49863 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-plugged:b2762c14-038c-4af0-a2b2-35943e649c4a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance 2026-06-03 08:43:00.116 8 INFO nova.api.openstack.compute.server_external_events [req-b80a1040-bf8b-46b9-a86d-672452c09ec0 req-83de149a-1849-4bce-8607-73fbd9b49863 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b2762c14-038c-4af0-a2b2-35943e649c4a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 487/964] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:43:00 2026] POST /v2.1/os-server-external-events => generated 350 bytes in 27 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-06-03 08:43:11.509 9 INFO nova.api.openstack.compute.server_external_events [req-8008ab38-8c6d-4079-8c4d-9c62f504b8b1 req-af43e654-f0ce-4f44-8fef-d75c7e6d7d72 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b2762c14-038c-4af0-a2b2-35943e649c4a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 479/967] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:43:11 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: 489/968] 199.19.213.184 () {34 vars in 854 bytes} [Wed Jun 3 08:43:11 2026] DELETE /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-interface/b2762c14-038c-4af0-a2b2-35943e649c4a => generated 0 bytes in 71 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-06-03 08:43:18.043 9 INFO nova.api.openstack.compute.server_external_events [req-af466f10-28ae-484e-96b6-a5478c524208 req-23413e2b-e8d2-4954-8a4b-508092ac8644 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:b2762c14-038c-4af0-a2b2-35943e649c4a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 480/969] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:43:18 2026] POST /v2.1/os-server-external-events => generated 185 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-06-03 08:43:20.093 8 INFO nova.api.openstack.compute.server_external_events [req-d936a666-0f15-4983-8c4c-37e9584637f9 req-28e44c7b-523b-478c-8789-51b363562689 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:b2762c14-038c-4af0-a2b2-35943e649c4a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 491/972] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:43:20 2026] POST /v2.1/os-server-external-events => generated 185 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-06-03 08:43:32.568 9 INFO nova.api.openstack.compute.server_external_events [req-e4ccfae5-9c6b-42c0-8eb4-114c0c63cfd6 req-6b4cb582-a4dd-4e0b-83eb-b99f2540f11c 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:b2762c14-038c-4af0-a2b2-35943e649c4a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 483/975] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:43:32 2026] POST /v2.1/os-server-external-events => generated 183 bytes in 94 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-06-03 08:43:42.570 8 INFO nova.api.openstack.compute.server_external_events [req-74f8ccb4-48a5-4413-8e8c-dbe1dd3c52f0 req-c435f2e0-42ed-4dc7-aebd-04fb5753ca9b 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b60a4e82-83eb-45a6-b7ad-7845630228b0 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 494/978] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:43:42 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: 9|app: 0|req: 485/979] 199.19.213.184 () {34 vars in 854 bytes} [Wed Jun 3 08:43:42 2026] DELETE /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-interface/b60a4e82-83eb-45a6-b7ad-7845630228b0 => generated 0 bytes in 67 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-06-03 08:43:44.609 8 INFO nova.api.openstack.compute.server_external_events [req-402cb7bc-a48e-42e8-bcb7-9660804f92a7 req-a8fc67fa-576f-4e28-aced-ee8aae81f469 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:b60a4e82-83eb-45a6-b7ad-7845630228b0 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance 2026-06-03 08:43:44.610 8 INFO nova.api.openstack.compute.server_external_events [req-402cb7bc-a48e-42e8-bcb7-9660804f92a7 req-a8fc67fa-576f-4e28-aced-ee8aae81f469 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:b60a4e82-83eb-45a6-b7ad-7845630228b0 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 495/980] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:43:44 2026] POST /v2.1/os-server-external-events => generated 358 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-06-03 08:44:03.407 8 INFO nova.api.openstack.compute.server_external_events [req-57e70c3b-747e-4d19-9fe2-b917e3b946e1 req-d22a3b1c-3b7e-49fd-b8cc-eef01a4c530d 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:b60a4e82-83eb-45a6-b7ad-7845630228b0 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 498/985] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:44:03 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: 9|app: 0|req: 489/988] 199.19.213.184 () {34 vars in 854 bytes} [Wed Jun 3 08:44:18 2026] DELETE /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883/os-interface/b0e2f0f1-4235-433e-898d-d69077e36c81 => generated 0 bytes in 51 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-06-03 08:44:18.610 8 INFO nova.api.openstack.compute.server_external_events [req-2a2dd965-6305-42cd-bbc4-4cd131116c65 req-c7edbdf3-84e4-4fe2-9748-e3e69d4cd06d 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:b0e2f0f1-4235-433e-898d-d69077e36c81 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 501/991] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:44:18 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-06-03 08:44:20.646 9 INFO nova.api.openstack.compute.server_external_events [req-e2f9ecb2-05c9-4e12-847e-8b7d27504ec8 req-67372dd4-1c57-4782-ba68-1302a3a7807b 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:b0e2f0f1-4235-433e-898d-d69077e36c81 for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 9|app: 0|req: 491/992] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:44:20 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 29 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: 9|app: 0|req: 494/997] 199.19.213.184 () {34 vars in 754 bytes} [Wed Jun 3 08:44:41 2026] DELETE /v2.1/servers/6efb6be3-a558-40fc-a807-df2e61c53883 => generated 0 bytes in 121 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-06-03 08:44:42.339 8 INFO nova.api.openstack.compute.server_external_events [req-5f8f05be-07ca-47d0-9f36-78ca4bc70775 req-86992f63-df8f-4e28-ae51-b2c58218fd91 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:3430faf7-b9e7-4497-b6af-3d7de1ee809a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance [pid: 8|app: 0|req: 504/998] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:44:42 2026] POST /v2.1/os-server-external-events => generated 185 bytes in 27 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: 9|app: 0|req: 495/999] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:44:43 2026] DELETE /v2.1/servers/0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 => generated 0 bytes in 100 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: 505/1000] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:44:43 2026] GET /v2.1/servers/0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 => generated 1943 bytes in 242 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-06-03 08:44:44.385 9 INFO nova.api.openstack.compute.server_external_events [req-91eac4d3-e3ef-4781-8eae-4dc8d4a86103 req-e2ee9539-4122-4341-8bc5-e582321ccbb1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:3430faf7-b9e7-4497-b6af-3d7de1ee809a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance 2026-06-03 08:44:44.386 9 INFO nova.api.openstack.compute.server_external_events [req-91eac4d3-e3ef-4781-8eae-4dc8d4a86103 req-e2ee9539-4122-4341-8bc5-e582321ccbb1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:3430faf7-b9e7-4497-b6af-3d7de1ee809a for instance 6efb6be3-a558-40fc-a807-df2e61c53883 on instance 2026-06-03 08:44:44.386 9 INFO nova.api.openstack.compute.server_external_events [req-91eac4d3-e3ef-4781-8eae-4dc8d4a86103 req-e2ee9539-4122-4341-8bc5-e582321ccbb1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:b7286655-0330-4e70-9b4f-518b87d396bf for instance 0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 on instance 2026-06-03 08:44:44.387 9 INFO nova.api.openstack.compute.server_external_events [req-91eac4d3-e3ef-4781-8eae-4dc8d4a86103 req-e2ee9539-4122-4341-8bc5-e582321ccbb1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:b7286655-0330-4e70-9b4f-518b87d396bf for instance 0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 on instance 2026-06-03 08:44:44.387 9 INFO nova.api.openstack.compute.server_external_events [req-91eac4d3-e3ef-4781-8eae-4dc8d4a86103 req-e2ee9539-4122-4341-8bc5-e582321ccbb1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:b7286655-0330-4e70-9b4f-518b87d396bf for instance 0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 on instance 2026-06-03 08:44:44.387 9 INFO nova.api.openstack.compute.server_external_events [req-91eac4d3-e3ef-4781-8eae-4dc8d4a86103 req-e2ee9539-4122-4341-8bc5-e582321ccbb1 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:b7286655-0330-4e70-9b4f-518b87d396bf for instance 0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 on instance [pid: 9|app: 0|req: 496/1001] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:44:44 2026] POST /v2.1/os-server-external-events => generated 1040 bytes in 35 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-06-03 08:44:48.852 8 INFO nova.api.openstack.wsgi [None req-1b0908e6-52c0-4ba2-87fb-be348835502f d22a2544789c40b3ba5238f17cb08fb8 234e0a24864f4fe69dc0e2e44cfdff9d - - default default] HTTP exception thrown: Instance 0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 could not be found. [pid: 8|app: 0|req: 507/1004] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:44:48 2026] GET /v2.1/servers/0fe817a9-b24b-47ba-8d9d-e8301cb4fb53 => generated 111 bytes in 28 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-06-03 08:44:49.366 9 INFO nova.api.openstack.compute.server_external_events [req-b677879f-340b-43e1-a274-ae1602755e95 req-e876ea28-8b8d-48a7-899b-fc1b59522d05 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-changed:4a4cf4d0-d0d2-480e-ab4a-d492c78ef9b1 for instance 4821a55f-7dac-4371-8c72-c855c158fdd5 on instance [pid: 9|app: 0|req: 498/1005] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:44:49 2026] POST /v2.1/os-server-external-events => generated 179 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, ' [pid: 8|app: 0|req: 508/1006] 10.0.0.95 () {32 vars in 716 bytes} [Wed Jun 3 08:44:49 2026] DELETE /v2.1/servers/4821a55f-7dac-4371-8c72-c855c158fdd5 => generated 0 bytes in 138 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: 9|app: 0|req: 499/1007] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:44:49 2026] GET /v2.1/servers/4821a55f-7dac-4371-8c72-c855c158fdd5 => generated 1941 bytes in 362 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-06-03 08:44:50.342 8 INFO nova.api.openstack.compute.server_external_events [req-f4f4ff6f-6336-45bd-8122-3c34f46eb001 req-a2ed2444-fbf2-40e9-acb3-1d2cb6d0249d 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-deleted:4a4cf4d0-d0d2-480e-ab4a-d492c78ef9b1 for instance 4821a55f-7dac-4371-8c72-c855c158fdd5 on instance [pid: 8|app: 0|req: 509/1008] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:44:50 2026] POST /v2.1/os-server-external-events => generated 183 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-06-03 08:44:51.415 9 INFO nova.api.openstack.compute.server_external_events [req-2c528443-c0ee-4eef-8a9c-edf3ebbad789 req-523d2c38-51dd-4945-913f-79f87864dcc4 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:4a4cf4d0-d0d2-480e-ab4a-d492c78ef9b1 for instance 4821a55f-7dac-4371-8c72-c855c158fdd5 on instance 2026-06-03 08:44:51.415 9 INFO nova.api.openstack.compute.server_external_events [req-2c528443-c0ee-4eef-8a9c-edf3ebbad789 req-523d2c38-51dd-4945-913f-79f87864dcc4 86533c904d6d412ab53bf084fa67f868 277774136090481eae41dc3120b0573c - - 34da0f53419a494688429f8e5a533be7 34da0f53419a494688429f8e5a533be7] Creating event network-vif-unplugged:4a4cf4d0-d0d2-480e-ab4a-d492c78ef9b1 for instance 4821a55f-7dac-4371-8c72-c855c158fdd5 on instance [pid: 9|app: 0|req: 500/1009] 10.0.0.217 () {38 vars in 814 bytes} [Wed Jun 3 08:44:51 2026] POST /v2.1/os-server-external-events => generated 358 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-06-03 08:44:54.913 8 INFO nova.api.openstack.wsgi [None req-a17a9ad0-7acc-4eb1-8eee-bb424ad9222f d22a2544789c40b3ba5238f17cb08fb8 234e0a24864f4fe69dc0e2e44cfdff9d - - default default] HTTP exception thrown: Instance 4821a55f-7dac-4371-8c72-c855c158fdd5 could not be found. [pid: 8|app: 0|req: 510/1010] 10.0.0.95 () {32 vars in 713 bytes} [Wed Jun 3 08:44:54 2026] GET /v2.1/servers/4821a55f-7dac-4371-8c72-c855c158fdd5 => generated 111 bytes in 25 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: 9|app: 0|req: 501/1011] 10.0.0.95 () {32 vars in 724 bytes} [Wed Jun 3 08:44:56 2026] DELETE /v2.1/os-keypairs/tempest-lb_member_keypair-1836886086 => generated 0 bytes in 19 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-06-03 08:44:56.800 8 INFO nova.api.openstack.wsgi [None req-6cbe4054-855d-41a3-940b-3fd4e42deb3a d22a2544789c40b3ba5238f17cb08fb8 234e0a24864f4fe69dc0e2e44cfdff9d - - default default] HTTP exception thrown: Keypair tempest-lb_member_keypair-1836886086 not found for user d22a2544789c40b3ba5238f17cb08fb8 [pid: 8|app: 0|req: 511/1012] 10.0.0.95 () {32 vars in 721 bytes} [Wed Jun 3 08:44:56 2026] GET /v2.1/os-keypairs/tempest-lb_member_keypair-1836886086 => generated 142 bytes in 13 msecs (HTTP/1.1 404) 9 headers in 379 bytes (1 switches on core 0) [pid: 9|app: 0|req: 510/1029] 10.0.0.95 () {32 vars in 653 bytes} [Wed Jun 3 08:46:11 2026] GET /v2.1/flavors/detail => generated 2534 bytes in 118 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1030] 10.0.0.95 () {32 vars in 639 bytes} [Wed Jun 3 08:46:12 2026] GET /v2.1/servers => generated 15 bytes in 33 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2026-06-03 08:46:12.231 9 WARNING oslo_db.sqlalchemy.utils [None req-df64aaab-6cfe-4d4c-ab90-2962f48d246f b970f06b9f33496b8fe683e49ce9610d 753e95a050e2441eb85e6629c84bcd4b - - default default] Unique keys not in sort_keys. The sorting order may be unstable. [pid: 9|app: 0|req: 511/1031] 10.0.0.95 () {32 vars in 647 bytes} [Wed Jun 3 08:46:12 2026] GET /v2.1/os-keypairs => generated 530 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1032] 10.0.0.95 () {32 vars in 692 bytes} [Wed Jun 3 08:46:12 2026] GET /v2.1/os-server-groups?all_projects=True => generated 21 bytes in 10 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) [pid: 9|app: 0|req: 534/1077] 10.0.0.38 () {28 vars in 453 bytes} [Wed Jun 3 08:49:54 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-06-03 08:49:54.497 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4c874d41-430c-49f0-8ec6-271fa880ef38] AMQP server on rabbitmq-nova.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-03 08:49:54.498 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed Jun 3 08:49:54 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.1 (ip 10.0.0.38) !!! 2026-06-03 08:49:54.501 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed Jun 3 08:49:54 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.1 (ip 10.0.0.38) !!! [pid: 8|app: 0|req: 544/1078] 10.0.0.38 () {30 vars in 657 bytes} [Wed Jun 3 08:49:54 2026] GET /v2.1 => generated 0 bytes in 112 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) 2026-06-03 08:49:54.620 9 ERROR oslo.messaging._drivers.impl_rabbit [-] [40bf340e-fc69-4175-a7bb-f936f00193c4] AMQP server on rabbitmq-nova.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-03 08:49:54.621 9 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed Jun 3 08:49:54 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.1/ (ip 10.0.0.38) !!! 2026-06-03 08:49:54.624 9 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed Jun 3 08:49:54 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.1/ (ip 10.0.0.38) !!! [pid: 9|app: 0|req: 535/1079] 10.0.0.38 () {32 vars in 730 bytes} [Wed Jun 3 08:49:54 2026] GET /v2.1/ => generated 410 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1080] 10.0.0.38 () {34 vars in 803 bytes} [Wed Jun 3 08:49:54 2026] GET /v2.1/servers/detail?all_tenants=True => generated 15 bytes in 102 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 536/1081] 10.0.0.38 () {28 vars in 453 bytes} [Wed Jun 3 08:49:55 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: 546/1082] 10.0.0.38 () {30 vars in 657 bytes} [Wed Jun 3 08:49:55 2026] GET /v2.1 => generated 0 bytes in 36 msecs (HTTP/1.1 302) 5 headers in 277 bytes (0 switches on core 0) [pid: 9|app: 0|req: 537/1083] 10.0.0.38 () {32 vars in 730 bytes} [Wed Jun 3 08:49:55 2026] GET /v2.1/ => generated 410 bytes in 7 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1084] 10.0.0.38 () {34 vars in 891 bytes} [Wed Jun 3 08:49:55 2026] GET /v2.1/servers/detail?project_id=07226d82fbc548a3a736f03eda95c64a&all_tenants=True => generated 15 bytes in 108 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) [pid: 9|app: 0|req: 538/1085] 10.0.0.38 () {34 vars in 891 bytes} [Wed Jun 3 08:49:55 2026] GET /v2.1/servers/detail?project_id=277774136090481eae41dc3120b0573c&all_tenants=True => generated 15 bytes in 152 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2026-06-03 08:49:55.551 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4c874d41-430c-49f0-8ec6-271fa880ef38] Reconnected to AMQP server on rabbitmq-nova.openstack.svc.cluster.local:5672 via [amqp] client with port 44906. [pid: 8|app: 0|req: 548/1086] 10.0.0.38 () {34 vars in 891 bytes} [Wed Jun 3 08:49:55 2026] GET /v2.1/servers/detail?project_id=753e95a050e2441eb85e6629c84bcd4b&all_tenants=True => generated 15 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0)